See: Description
Interface | Description |
---|---|
ParserCallback |
A callback used to dispatch errors encountered while parsing XML resources
|
Class | Description |
---|---|
Element |
The Element class defines a single XML element with its attributes and children.
|
XMLParser |
The parser class is used to parse an XML document into a DOM object (Element).
|
XMLWriter |
The XML package allows parsing XML documents into DOM objects.