The XMLDOMDocument interface represents an entire XML document. More...
Inherits log4cxx::helpers::XMLDOMNode.
Classes | |
class | ClazzXMLDOMDocument |
Public Member Functions | |
virtual const helpers::Class & | getClass () const |
virtual void | load (const File &fileName)=0 |
virtual XMLDOMElementPtr | getDocumentElement ()=0 |
virtual XMLDOMElementPtr | getElementById (const LogString &tagName, const LogString &elementId)=0 |
Static Public Member Functions | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
The XMLDOMDocument interface represents an entire XML document.
Conceptually, it is the root of the document tree, and provides the primary access to the document's data.
virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from XMLDOMNode.
virtual XMLDOMElementPtr getDocumentElement | ( | ) | [pure virtual] |
virtual XMLDOMElementPtr getElementById | ( | const LogString & | tagName, | |
const LogString & | elementId | |||
) | [pure virtual] |
static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from XMLDOMNode.
virtual void load | ( | const File & | fileName | ) | [pure virtual] |
static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from XMLDOMNode.