18 #ifndef _LOG4CXX_HELPERS_XML_H 19 #define _LOG4CXX_HELPERS_XML_H 22 #pragma warning ( push ) 23 #pragma warning ( disable: 4231 4251 4275 4786 ) 62 NOT_IMPLEMENTED_NODE = 0,
67 virtual XMLDOMNodeListPtr getChildNodes() = 0;
69 virtual XMLDOMDocumentPtr getOwnerDocument() = 0;
96 virtual void load(
const File& fileName) = 0;
97 virtual XMLDOMElementPtr getDocumentElement() = 0;
98 virtual XMLDOMElementPtr getElementById(
const LogString& tagName,
117 virtual int getLength() = 0;
125 #if defined(_MSC_VER) 126 #pragma warning ( pop ) 129 #endif // _LOG4CXX_HELPERS_XML_H #define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
std::shared_ptr< XMLDOMDocument > XMLDOMDocumentPtr
Definition: xml.h:39
base class for java-like objects.
Definition: object.h:101
XMLDOMNodeType
Definition: xml.h:60
The XMLDOMDocument interface represents an entire XML document.
Definition: xml.h:92
std::shared_ptr< XMLDOMNodeList > XMLDOMNodeListPtr
Definition: xml.h:42
The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes...
Definition: xml.h:113
An abstract representation of file and directory path names.
Definition: file.h:45
DOMException()
Definition: xml.h:48
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66
RuntimeException is the parent class of those exceptions that can be thrown during the normal operati...
Definition: exception.h:53
std::shared_ptr< XMLDOMNode > XMLDOMNodePtr
Definition: xml.h:36
The XMLDOMElement interface represents an element in an XML document.
Definition: xml.h:77
The XMLDOMNode interface is the primary datatype for the entire Document Object Model.
Definition: xml.h:56