#include <TXMLDocument.h>
Inheritance diagram for TXMLDocument:
Public Member Functions | |
TXMLDocument (_xmlDoc *doc) | |
virtual | ~TXMLDocument () |
TXMLNode * | GetRootNode () const |
const char * | Version () const |
const char * | Encoding () const |
const char * | URL () const |
TXMLDocument (_xmlDoc *doc) | |
virtual | ~TXMLDocument () |
TXMLNode * | GetRootNode () const |
const char * | Version () const |
const char * | Encoding () const |
const char * | URL () const |
Private Member Functions | |
TXMLDocument (const TXMLDocument &) | |
TXMLDocument & | operator= (const TXMLDocument &) |
TXMLDocument (const TXMLDocument &) | |
TXMLDocument & | operator= (const TXMLDocument &) |
Private Attributes | |
_xmlDoc * | fXMLDoc |
TXMLNode * | fRootNode |
_xmlDoc * | fXMLDoc |
TXMLNode * | fRootNode |
Definition at line 37 of file TXMLDocument.h.
TXMLDocument::TXMLDocument | ( | const TXMLDocument & | ) | [private] |
TXMLDocument::TXMLDocument | ( | _xmlDoc * | doc | ) |
TXMLDocument::~TXMLDocument | ( | ) | [virtual] |
TXMLDocument::TXMLDocument | ( | const TXMLDocument & | ) | [private] |
TXMLDocument::TXMLDocument | ( | _xmlDoc * | doc | ) |
virtual TXMLDocument::~TXMLDocument | ( | ) | [virtual] |
TXMLDocument& TXMLDocument::operator= | ( | const TXMLDocument & | ) | [private] |
TXMLNode * TXMLDocument::GetRootNode | ( | ) | const |
Definition at line 52 of file TXMLDocument.cxx.
References fRootNode.
Referenced by DOMRecursive(), fastDriver(), PersonList::ParseFile(), RooStats::HistFactory::ReadXmlConfig(), and topDriver().
const char * TXMLDocument::Version | ( | ) | const |
const char * TXMLDocument::Encoding | ( | ) | const |
const char * TXMLDocument::URL | ( | ) | const |
TXMLDocument& TXMLDocument::operator= | ( | const TXMLDocument & | ) | [private] |
TXMLNode* TXMLDocument::GetRootNode | ( | ) | const |
const char* TXMLDocument::Version | ( | ) | const |
const char* TXMLDocument::Encoding | ( | ) | const |
const char* TXMLDocument::URL | ( | ) | const |
_xmlDoc* TXMLDocument::fXMLDoc [private] |
Definition at line 43 of file TXMLDocument.h.
Referenced by Encoding(), TXMLDocument(), URL(), Version(), and ~TXMLDocument().
TXMLNode* TXMLDocument::fRootNode [private] |
Definition at line 44 of file TXMLDocument.h.
Referenced by GetRootNode(), TXMLDocument(), and ~TXMLDocument().
_xmlDoc* TXMLDocument::fXMLDoc [private] |
Definition at line 43 of file TXMLDocument.h.
TXMLNode* TXMLDocument::fRootNode [private] |
Definition at line 44 of file TXMLDocument.h.