12#ifndef ROOT_TXMLDocument 
   13#define ROOT_TXMLDocument 
   38   const char *
URL() 
const;
 
#define ClassDefOverride(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.
 
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.
 
TXMLDocument & operator=(const TXMLDocument &)=delete
 
const char * URL() const
Returns the URI for the document or 0 in case there is no document set.
 
TXMLDocument(const TXMLDocument &)=delete
 
TXMLNode contains a pointer to xmlNode, which is a node under the DOM tree.