Apache log4cxx Version 0.10.0
|
The XMLDOMDocument interface represents an entire XML document. More...
Inherits log4cxx::helpers::XMLDOMNode.
Public Member Functions | |
virtual void | load (const File &fileName)=0 |
virtual XMLDOMElementPtr | getDocumentElement ()=0 |
virtual XMLDOMElementPtr | getElementById (const LogString &tagName, const LogString &elementId)=0 |
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 XMLDOMElementPtr getDocumentElement | ( | ) | [pure virtual] |
virtual XMLDOMElementPtr getElementById | ( | const LogString & | tagName, |
const LogString & | elementId | ||
) | [pure virtual] |
virtual void load | ( | const File & | fileName | ) | [pure virtual] |