18#ifndef _LOG4CXX_HELPERS_XML_H 
   19#define _LOG4CXX_HELPERS_XML_H 
   56            NOT_IMPLEMENTED_NODE = 0,
 
   90        virtual 
void load(const 
File& fileName) = 0;
 
   91        virtual XMLDOMElementPtr getDocumentElement() = 0;
 
   92        virtual XMLDOMElementPtr getElementById(const 
LogString& tagName,
 
  111        virtual 
int getLength() = 0;
 
An abstract representation of file and directory path names.
Definition: file.h:41
 
DOMException()
Definition: xml.h:42
 
base class for java-like objects.
Definition: object.h:106
 
RuntimeException is the parent class of those exceptions that can be thrown during the normal operati...
Definition: exception.h:54
 
The XMLDOMDocument interface represents an entire XML document.
Definition: xml.h:87
 
The XMLDOMElement interface represents an element in an XML document.
Definition: xml.h:72
 
The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes,...
Definition: xml.h:108
 
The XMLDOMNode interface is the primary datatype for the entire Document Object Model.
Definition: xml.h:51
 
virtual XMLDOMNodeType getNodeType()=0
 
XMLDOMNodeType
Definition: xml.h:55
 
virtual XMLDOMNodeListPtr getChildNodes()=0
 
virtual XMLDOMDocumentPtr getOwnerDocument()=0
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::shared_ptr< XMLDOMDocument > XMLDOMDocumentPtr
Definition: xml.h:34
 
std::shared_ptr< XMLDOMNodeList > XMLDOMNodeListPtr
Definition: xml.h:37
 
std::shared_ptr< XMLDOMNode > XMLDOMNodePtr
Definition: xml.h:31
 
std::basic_string< logchar > LogString
Definition: logstring.h:60
 
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39