Fantom

 

pod

xml

XML Parser and Document Modeling

Classes

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.
XNode XNode is the base class for XElem and XText.
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.

Enums

XNodeType Enumerates the type of XNode and current node of XParser.

Errs

XErr XML exception.
XIncompleteErr Incomplete document exception indicates that the end of stream was reached before the end of the document was parsed.