12#ifndef ROOT_TDOMParser
13#define ROOT_TDOMParser
#define ClassDef(name, id)
virtual TXMLDocument * GetXMLDocument() const
Returns the TXMLDocument.
TDOMParser & operator=(const TDOMParser &)
Int_t ParseContext()
Creates a XML document for the parser.
virtual ~TDOMParser()
TDOMParser destructor, it calls ReleaseUnderlying().
TDOMParser()
TDOMParser constructor.
virtual void ReleaseUnderlying()
Release any existing document.
TDOMParser(const TDOMParser &)
TXMLDocument * fTXMLDoc
xmlDoc
virtual Int_t ParseBuffer(const char *buffer, Int_t len)
It parses a buffer, much like ParseFile().
virtual Int_t ParseFile(const char *filename)
Parse the XML file where filename is the XML file name.
TXMLDocument contains a pointer to an xmlDoc structure, after the parser returns a tree built during ...
TXMLParser is an abstract class which interfaces with Libxml2.