Apache log4cxx
Version 0.10.0
|
The XMLDOMNodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. More...
Inherits Object.
Public Member Functions | |
virtual int | getLength ()=0 |
virtual XMLDOMNodePtr | item (int index)=0 |
![]() | |
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 const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
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.
|
pure virtual |
|
pure virtual |