Apache log4cxx  Version 0.11.0
log4cxx::helpers::XMLDOMNode Class Referenceabstract

The XMLDOMNode interface is the primary datatype for the entire Document Object Model. More...

#include <xml.h>

Inheritance diagram for log4cxx::helpers::XMLDOMNode:
log4cxx::helpers::Object log4cxx::helpers::XMLDOMDocument log4cxx::helpers::XMLDOMElement

Public Types

enum  XMLDOMNodeType { NOT_IMPLEMENTED_NODE = 0, ELEMENT_NODE = 1, DOCUMENT_NODE = 9 }
 

Public Member Functions

virtual XMLDOMNodeListPtr getChildNodes ()=0
 
virtual XMLDOMNodeType getNodeType ()=0
 
virtual XMLDOMDocumentPtr getOwnerDocument ()=0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual void addRef () const =0
 
virtual void releaseRef () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Detailed Description

The XMLDOMNode interface is the primary datatype for the entire Document Object Model.


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