php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Additional Inherited Members | |
![]() | |
hasAttributes () | |
getAttributeNames () | |
getAttribute (string $qualifiedName) | |
getAttributeNS (?string $namespace, string $localName) | |
setAttribute (string $qualifiedName, string $value) | |
setAttributeNS (?string $namespace, string $qualifiedName, string $value) | |
removeAttribute (string $qualifiedName) | |
removeAttributeNS (?string $namespace, string $localName) | |
toggleAttribute (string $qualifiedName, ?bool $force=null) | |
hasAttribute (string $qualifiedName) | |
hasAttributeNS (?string $namespace, string $localName) | |
getAttributeNode (string $qualifiedName) | |
getAttributeNodeNS (?string $namespace, string $localName) | |
setAttributeNode (Attr $attr) | |
setAttributeNodeNS (Attr $attr) | |
removeAttributeNode (Attr $attr) | |
getElementsByTagName (string $qualifiedName) | |
getElementsByTagNameNS (?string $namespace, string $localName) | |
insertAdjacentElement (AdjacentPosition $where, Element $element) | |
insertAdjacentText (AdjacentPosition $where, string $data) | |
setIdAttribute (string $qualifiedName, bool $isId) | |
setIdAttributeNS (?string $namespace, string $qualifiedName, bool $isId) | |
setIdAttributeNode (Attr $attr, bool $isId) | |
remove () | |
before (Node|string ... $nodes) | |
after (Node|string ... $nodes) | |
replaceWith (Node|string ... $nodes) | |
append (Node|string ... $nodes) | |
prepend (Node|string ... $nodes) | |
replaceChildren (Node|string ... $nodes) | |
querySelector (string $selectors) | |
querySelectorAll (string $selectors) | |
closest (string $selectors) | |
matches (string $selectors) | |
getInScopeNamespaces () | |
getDescendantNamespaces () | |
rename (?string $namespaceURI, string $qualifiedName) | |
![]() | |
getRootNode (array $options=[]) | |
hasChildNodes () | |
normalize () | |
cloneNode (bool $deep=false) | |
isEqualNode (?Node $otherNode) | |
isSameNode (?Node $otherNode) | |
compareDocumentPosition (Node $other) | |
contains (?Node $other) | |
lookupPrefix (?string $namespace) | |
lookupNamespaceURI (?string $prefix) | |
isDefaultNamespace (?string $namespace) | |
insertBefore (Node $node, ?Node $child) | |
appendChild (Node $node) | |
replaceChild (Node $node, Node $child) | |
removeChild (Node $child) | |
getLineNo () | |
getNodePath () | |
C14N (bool $exclusive=false, bool $withComments=false, ?array $xpath=null, ?array $nsPrefixes=null) | |
C14NFile (string $uri, bool $exclusive=false, bool $withComments=false, ?array $xpath=null, ?array $nsPrefixes=null) | |
__sleep () | |
__wakeup () | |
![]() | |
string | $namespaceURI |
string | $prefix |
string | $localName |
string | $tagName |
string | $id |
string | $className |
TokenList | $classList |
NamedNodeMap | $attributes |
Element | $firstElementChild |
Element | $lastElementChild |
int | $childElementCount |
Element | $previousElementSibling |
Element | $nextElementSibling |
string | $innerHTML |
string | $substitutedNodeValue |
![]() | |
int | $nodeType |
string | $nodeName |
string | $baseURI |
bool | $isConnected |
Document | $ownerDocument |
Node | $parentNode |
Element | $parentElement |
NodeList | $childNodes |
Node | $firstChild |
Node | $lastChild |
Node | $previousSibling |
Node | $nextSibling |
string | $nodeValue |
string | $textContent |
const int | DOCUMENT_POSITION_DISCONNECTED = 0x01 |
const int | DOCUMENT_POSITION_PRECEDING = 0x02 |
const int | DOCUMENT_POSITION_FOLLOWING = 0x04 |
const int | DOCUMENT_POSITION_CONTAINS = 0x08 |
const int | DOCUMENT_POSITION_CONTAINED_BY = 0x10 |
const int | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20 |
Definition at line 1702 of file php_dom.stub.php.