Go to the source code of this file.
Classes | |
| class | eZDOMNode |
| eZDOMNode encapsulates XML DOM nodes More... | |
Enumerations | |
| enum | EZ_XML_NODE_ATTRIBUTE |
| enum | EZ_XML_NODE_CDATASECTION |
| enum | EZ_XML_NODE_ELEMENT |
| enum | EZ_XML_NODE_TEXT |
DOM node handling
Definition in file ezdomnode.php.
Attribute node, defines a node which contains an attribute name and it's value
Definition at line 56 of file ezdomnode.php.
CDATA node, defines a node which contains a text string encoding in a CDATA structure.
Definition at line 64 of file ezdomnode.php.
| enum EZ_XML_NODE_ELEMENT |
Element node, defines a node which contains attributes and children
Definition at line 52 of file ezdomnode.php.
| enum EZ_XML_NODE_TEXT |
Text node, defines a node which contains a text string encoded by escaping some characters.
Definition at line 60 of file ezdomnode.php.
1.6.3