Apache log4cxx Version 0.10.0

XMLDOMDocument Class Reference

The XMLDOMDocument interface represents an entire XML document. More...

Inherits log4cxx::helpers::XMLDOMNode.

List of all members.

Public Member Functions

virtual void load (const File &fileName)=0
virtual XMLDOMElementPtr getDocumentElement ()=0
virtual XMLDOMElementPtr getElementById (const LogString &tagName, const LogString &elementId)=0

Detailed Description

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.


Member Function Documentation

virtual XMLDOMElementPtr getDocumentElement ( ) [pure virtual]
virtual XMLDOMElementPtr getElementById ( const LogString tagName,
const LogString elementId 
) [pure virtual]
virtual void load ( const File fileName) [pure virtual]

The documentation for this class was generated from the following file: