18#ifndef _LOG4CXX_HELPERS_XML_H
19#define _LOG4CXX_HELPERS_XML_H
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(log4cxx_status_t stat)
The XMLDOMDocument interface represents an entire XML document.
Definition xml.h:87
virtual XMLDOMElementPtr getDocumentElement()=0
virtual void load(const File &fileName)=0
virtual XMLDOMElementPtr getElementById(const LogString &tagName, const LogString &elementId)=0
The XMLDOMElement interface represents an element in an XML document.
Definition xml.h:72
virtual LogString getAttribute(const LogString &name)=0
virtual LogString getTagName()=0
The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes,...
Definition xml.h:108
virtual int getLength()=0
virtual XMLDOMNodePtr item(int index)=0
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
@ NOT_IMPLEMENTED_NODE
Definition xml.h:56
@ DOCUMENT_NODE
Definition xml.h:58
@ ELEMENT_NODE
Definition xml.h:57
virtual XMLDOMNodeListPtr getChildNodes()=0
virtual XMLDOMDocumentPtr getOwnerDocument()=0
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