The DOMNameSpaceNode class
The qualified name of this node.
Class synopsis
Properties
nodeNameThe qualified name of this node.
nodeValueThe namespace URI declared by this node, or null if the empty namespace.
nodeTypeThe type of the node. In this case it returns
XML_NAMESPACE_DECL_NODE.prefixThe namespace prefix declared by this node.
localNameThe local part of the qualified name of this node.
namespaceURIThe namespace URI declared by this node, or null if it is unspecified.
isConnectedWhether the node is connected to a document.
ownerDocumentThe
DOMDocumentobject associated with this node, or null if this node is aDOMDocumentparentNodeThe parent of this node. If there is no such node, this returns null.
parentElementThe parent element of this node. If there is no such element, this returns null.
Changelog
| Version | Description |
|---|---|
| 8.3.0 | Properties DOMNameSpaceNode::$parentElement, and DOMNameSpaceNode::$isConnected have been added. |
Domnamespacenode