Public Attributes | |
| $node_type = ANEWT_XML_DOM_DOCUMENT_FRAGMENT_NODE | |
| The node type. | |
| $node_name = '#document-fragment' | |
| The name of this node, depending on its type. | |
This is a lightweight Document object that can be used to group various nodes together in a subtree. The children of a DocumentFragment node are zero or more nodes representing the tops of any sub-trees defining the structure of the document.
Definition at line 845 of file dom.lib.php.
| AnewtXMLDomDocumentFragment::$node_type = ANEWT_XML_DOM_DOCUMENT_FRAGMENT_NODE |
| AnewtXMLDomDocumentFragment::$node_name = '#document-fragment' |
The name of this node, depending on its type.
Reimplemented from AnewtXMLDomNode.
Definition at line 848 of file dom.lib.php.
1.5.9