Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Files
XML tutorials

XML examples.

Files

file  DOMParsePerson.C
 ROOT implementation of a XML DOM Parser.
 
file  DOMRecursive.C
 ROOT implementation of a XML DOM Parser.
 
file  SAXHandler.C
 ROOT implementation of a simple SAX Handler.
 
file  xmlnewfile.C
 Example to create a new xml file with the TXMLEngine class.
 
file  xmlreadfile.C
 Example to read and parse any xml file, supported by TXMLEngine class The input file, produced by xmlnewfile.C macro is used If you need full xml syntax support, use TXMLParser instead.