TXMLDocument Class Reference

#include <TXMLDocument.h>

Inheritance diagram for TXMLDocument:

TObject TObject List of all members.

Public Member Functions

 TXMLDocument (_xmlDoc *doc)
virtual ~TXMLDocument ()
TXMLNodeGetRootNode () const
const char * Version () const
const char * Encoding () const
const char * URL () const
 TXMLDocument (_xmlDoc *doc)
virtual ~TXMLDocument ()
TXMLNodeGetRootNode () const
const char * Version () const
const char * Encoding () const
const char * URL () const

Private Member Functions

 TXMLDocument (const TXMLDocument &)
TXMLDocumentoperator= (const TXMLDocument &)
 TXMLDocument (const TXMLDocument &)
TXMLDocumentoperator= (const TXMLDocument &)

Private Attributes

_xmlDoc * fXMLDoc
TXMLNodefRootNode
_xmlDoc * fXMLDoc
TXMLNodefRootNode

Detailed Description

Definition at line 37 of file TXMLDocument.h.


Constructor & Destructor Documentation

TXMLDocument::TXMLDocument ( const TXMLDocument  )  [private]

TXMLDocument::TXMLDocument ( _xmlDoc *  doc  ) 

Definition at line 29 of file TXMLDocument.cxx.

References fRootNode, and fXMLDoc.

TXMLDocument::~TXMLDocument (  )  [virtual]

Definition at line 41 of file TXMLDocument.cxx.

References fRootNode, and fXMLDoc.

TXMLDocument::TXMLDocument ( const TXMLDocument  )  [private]

TXMLDocument::TXMLDocument ( _xmlDoc *  doc  ) 

virtual TXMLDocument::~TXMLDocument (  )  [virtual]


Member Function Documentation

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

Definition at line 60 of file TXMLDocument.cxx.

References fXMLDoc.

const char * TXMLDocument::Encoding (  )  const

Definition at line 70 of file TXMLDocument.cxx.

References fXMLDoc.

const char * TXMLDocument::URL (  )  const

Definition at line 81 of file TXMLDocument.cxx.

References fXMLDoc.

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


Member Data Documentation

_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.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:49:52 2011 for ROOT_528-00b_version by  doxygen 1.5.1