XMLDOMNode Class Reference

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

Inherits log4cxx::helpers::Object.

Inherited by XMLDOMDocument [virtual], and XMLDOMElement [virtual].

List of all members.

Classes

class  ClazzXMLDOMNode

Public Types

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

Public Member Functions

virtual const helpers::ClassgetClass () const
virtual XMLDOMNodeListPtr getChildNodes ()=0
virtual XMLDOMNodeType getNodeType ()=0
virtual XMLDOMDocumentPtr getOwnerDocument ()=0

Static Public Member Functions

static const helpers::ClassgetStaticClass ()
static const
log4cxx::helpers::ClassRegistration
registerClass ()

Detailed Description

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


Member Enumeration Documentation

Enumerator:
NOT_IMPLEMENTED_NODE 
ELEMENT_NODE 
DOCUMENT_NODE 

Member Function Documentation

virtual XMLDOMNodeListPtr getChildNodes (  )  [pure virtual]
virtual const helpers::Class& getClass (  )  const [virtual]

Reimplemented from Object.

Reimplemented in XMLDOMElement, and XMLDOMDocument.

virtual XMLDOMNodeType getNodeType (  )  [pure virtual]
virtual XMLDOMDocumentPtr getOwnerDocument (  )  [pure virtual]
static const helpers::Class& getStaticClass (  )  [static]

Reimplemented from Object.

Reimplemented in XMLDOMElement, and XMLDOMDocument.

static const log4cxx::helpers::ClassRegistration& registerClass (  )  [static]

Reimplemented from Object.

Reimplemented in XMLDOMElement, and XMLDOMDocument.


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