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