12#ifndef ROOT_TXMLDocument
13#define ROOT_TXMLDocument
41 const char *
URL()
const;
#define ClassDef(name, id)
Mother of all ROOT objects.
TXMLDocument contains a pointer to an xmlDoc structure, after the parser returns a tree built during ...
const char * Encoding() const
Returns external initial encoding, if any or 0 in case there is no document set.
TXMLDocument & operator=(const TXMLDocument &)
TXMLNode * GetRootNode() const
Returns the root element node.
const char * Version() const
Returns the XML version string or 0 in case there is no document set.
virtual ~TXMLDocument()
TXMLDocument destructor.
const char * URL() const
Returns the URI for the document or 0 in case there is no document set.
TXMLDocument(const TXMLDocument &)
TXMLNode contains a pointer to xmlNode, which is a node under the DOM tree.