18 #ifndef _LOG4CXX_HELPERS_XML_H
19 #define _LOG4CXX_HELPERS_XML_H
51 #if LOG4CXX_ABI_VERSION <= 15
61 NOT_IMPLEMENTED_NODE = 0,
77 #if LOG4CXX_ABI_VERSION <= 15
97 #if LOG4CXX_ABI_VERSION <= 15
105 virtual
void load(const
File& fileName) = 0;
106 virtual XMLDOMElementPtr getDocumentElement() = 0;
107 virtual XMLDOMElementPtr getElementById(const
LogString& tagName,
123 #if LOG4CXX_ABI_VERSION <= 15
131 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:102
RuntimeException is the parent class of those exceptions that can be thrown during the normal operati...
Definition: exception.h:59
The XMLDOMDocument interface represents an entire XML document.
Definition: xml.h:102
The XMLDOMElement interface represents an element in an XML document.
Definition: xml.h:82
The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes,...
Definition: xml.h:128
The XMLDOMNode interface is the primary datatype for the entire Document Object Model.
Definition: xml.h:56
virtual XMLDOMNodeType getNodeType()=0
XMLDOMNodeType
Definition: xml.h:60
virtual XMLDOMNodeListPtr getChildNodes()=0
virtual XMLDOMDocumentPtr getOwnerDocument()=0
std::shared_ptr< XMLDOMDocument > XMLDOMDocumentPtr
Definition: xml.h:33
LOG4CXX_PTR_DEF(XMLDOMNodeList)
std::shared_ptr< XMLDOMNodeList > XMLDOMNodeListPtr
Definition: xml.h:36
std::shared_ptr< XMLDOMNode > XMLDOMNodePtr
Definition: xml.h:30
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:37