|
Apache log4cxx Version 0.10.0
|
The XMLDOMNode interface is the primary datatype for the entire Document Object Model. More...
#include <xml.h>
Inherits Object.
Inherited by XMLDOMDocument [virtual], and XMLDOMElement [virtual].
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 Object | |
| virtual const helpers::Class & | getClass () const |
| virtual | ~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 |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
The XMLDOMNode interface is the primary datatype for the entire Document Object Model.
| enum XMLDOMNodeType |
|
pure virtual |
|
pure virtual |
|
pure virtual |