library: libXMLParser #include "TXMLDocument.h" |
TXMLDocument
class description - header file - source file - inheritance tree (.pdf)
public:
TXMLDocument(_xmlDoc* doc)
TXMLDocument(const TXMLDocument&)
virtual ~TXMLDocument()
static TClass* Class()
const char* Encoding() const
TXMLNode* GetRootNode() const
virtual TClass* IsA() const
TXMLDocument& operator=(const TXMLDocument&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
const char* URL() const
const char* Version() const
private:
_xmlDoc* fXMLDoc libxml xml doc
TXMLNode* fRootNode the root node
TXMLDocument
TXMLDocument contains a pointer to an xmlDoc structure, after the
parser returns a tree built during the document analysis.
const char * Version()
Returns the XML version string or 0 in case there is no document set.
const char * Encoding()
Returns external initial encoding, if any or 0 in case there is no
document set.
const char * URL()
Returns the URI for the document or 0 in case there is no document set.
Author: Jose Lo 12/4/2005
Last update: root/xmlparser:$Name: $:$Id: TXMLDocument.cxx,v 1.2 2006/01/17 17:42:36 rdm Exp $
Copyright (C) 1995-2005, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.