XMLDOMNodeList Class Reference

The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. More...

Inherits log4cxx::helpers::Object.

List of all members.

Classes

class  ClazzXMLDOMNodeList

Public Member Functions

virtual const helpers::ClassgetClass () const
virtual int getLength ()=0
virtual XMLDOMNodePtr item (int index)=0

Static Public Member Functions

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

Detailed Description

The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.

XMLDOMNodeList objects in the DOM are live.

The items in the XMLDOMNodeList are accessible via an integral index, starting from 0.


Member Function Documentation

virtual const helpers::Class& getClass (  )  const [virtual]

Reimplemented from Object.

virtual int getLength (  )  [pure virtual]
static const helpers::Class& getStaticClass (  )  [static]

Reimplemented from Object.

virtual XMLDOMNodePtr item ( int  index  )  [pure virtual]
static const log4cxx::helpers::ClassRegistration& registerClass (  )  [static]

Reimplemented from Object.


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