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