EntityReference
class EntityReference extends Node (View source)
Constants
DOCUMENT_POSITION_DISCONNECTED |
|
DOCUMENT_POSITION_PRECEDING |
|
DOCUMENT_POSITION_FOLLOWING |
|
DOCUMENT_POSITION_CONTAINS |
|
DOCUMENT_POSITION_CONTAINED_BY |
|
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
|
Properties
int | $nodeType | from Node | |
string | $nodeName | from Node | |
string | $baseURI | from Node | |
bool | $isConnected | from Node | |
Document|null | $ownerDocument | from Node | |
Node|null | $parentNode | from Node | |
Element|null | $parentElement | from Node | |
Node> | $childNodes | from Node | |
Node|null | $firstChild | from Node | |
Node|null | $lastChild | from Node | |
Node|null | $previousSibling | from Node | |
Node|null | $nextSibling | from Node | |
string|null | $nodeValue | from Node | |
string|null | $textContent | from Node |
Methods
string|false
C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null)
No description
from
Node
Details
in
Node at line 220
Node
getRootNode(array $options = [])
No description
in
Node at line 224
bool
hasChildNodes()
No description
in
Node at line 235
void
normalize()
No description
in
Node at line 237
Node
cloneNode(bool $deep = false)
No description
in
Node at line 239
bool
isEqualNode(Node|null $otherNode)
No description
in
Node at line 241
bool
isSameNode(Node|null $otherNode)
No description
in
Node at line 249
int
compareDocumentPosition(Node $other)
No description
in
Node at line 251
bool
contains(Node|null $other)
No description
in
Node at line 253
string|null
lookupPrefix(string|null $namespace)
No description
in
Node at line 255
string|null
lookupNamespaceURI(string|null $prefix)
No description
in
Node at line 257
bool
isDefaultNamespace(string|null $namespace)
No description
in
Node at line 259
Node
insertBefore(Node $node, Node|null $child)
No description
in
Node at line 261
Node
appendChild(Node $node)
No description
in
Node at line 263
Node
replaceChild(Node $node, Node $child)
No description
in
Node at line 265
Node
removeChild(Node $child)
No description
in
Node at line 267
int
getLineNo()
No description
in
Node at line 269
string
getNodePath()
No description
in
Node at line 271
string|false
C14N(bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null)
No description
in
Node at line 273
int|false
C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, array|null $xpath = null, array|null $nsPrefixes = null)
No description
in
Node at line 275
array
__sleep()
No description
in
Node at line 277
void
__wakeup()
No description