Classes | |
| class | TBufferXML |
| Class for serializing/deserializing object to/from xml. More... | |
| class | TDomParser |
| DOM stands for the Document Object Model; this is an API for accessing XML or HTML structured documents. More... | |
| class | TSAXParser |
| TSAXParser is a subclass of TXMLParser, it is a wraper class to libxml library. More... | |
| class | TXMLAttr |
| TXMLAttribute is the attribute of an Element. More... | |
| class | TXMLDocument |
| TXMLDocument contains a pointer to an xmlDoc structure, after the parser returns a tree built during the document analysis. More... | |
| class | TXMLNode |
| TXMLNode contains a pointer to xmlNode, which is a node under the DOM tree. More... | |
| class | TXMLParser |
| TXMLParser is an abstract class which interfaces with Libxml2. More... | |