Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::XMLDOMNodeList Class Referenceabstract

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

#include <xml.h>

Inheritance diagram for log4cxx::helpers::XMLDOMNodeList:
log4cxx::helpers::Object

Public Member Functions

virtual int getLength ()=0
 
virtual XMLDOMNodePtr item (int index)=0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual const helpers::ClassgetClass () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

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

◆ getLength()

virtual int log4cxx::helpers::XMLDOMNodeList::getLength ( )
pure virtual

◆ item()

virtual XMLDOMNodePtr log4cxx::helpers::XMLDOMNodeList::item ( int  index)
pure virtual

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