pod
xml
XML Parser and Document Modeling
Types
XAttr | XAttr models an XML attribute in an element. |
XDoc | XML document encapsulates the root element and document type. |
XDocType | XML document type declaration (but not the whole DTD). |
XElem | Models an XML element: its name, attributes, and children nodes. |
XErr | XML exception. |
XIncompleteErr | Incomplete document exception indicates that the end of stream was reached before the end of the document was parsed. |
XNode | XNode is the base class for XElem and XText . |
XNodeType | Enumerates the type of XNode and current node of XParser . |
XNs | Models a XML Namespace uri. |
XParser | XParser is a simple, lightweight XML parser. |
XPi | XML processing instruction node. |
XText | XText represents the character data inside an element. |