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 |
Parser class used to parse an XML document into a DOM object (Element).
|
XMLWriter |
XMLWriter writes an XML Element into an XML string/file
this allowing us to serialize previously parsed and modified XML. |