artefaktur
software engineer &        architecture

 
 
 
 

class XMLNodeList

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::xml::dom::XMLNodeList Class Reference

#include <XMLNodeList.h>

Inheritance diagram for acdk::xml::dom::XMLNodeList:

acdk::lang::Object org::w3c::dom::NodeList acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

API: org.w3c.dom<br>.

Author:
Roger Rene Kommer
Version:
Revision
1.10
Date:
Date
2005/02/05 10:45:36


Public Member Functions

 XMLNodeList (IN(RXMLNodeArray) childs)
RNode item (int index)
 Returns the indexth item in the collection.

virtual int getLength ()
 The number of nodes in the list.

void _add (IN(RXMLNode) xmln)

Protected Attributes

RXMLNodeArray _childs

Constructor & Destructor Documentation

acdk::xml::dom::XMLNodeList::XMLNodeList IN(RXMLNodeArray childs  )  [inline]
 


Member Function Documentation

void acdk::xml::dom::XMLNodeList::_add IN(RXMLNode xmln  )  [inline]
 

virtual int acdk::xml::dom::XMLNodeList::getLength  )  [inline, virtual]
 

The number of nodes in the list.

The range of valid child node indices is 0 to length-1 inclusive.

Implements org::w3c::dom::NodeList.

RNode acdk::xml::dom::XMLNodeList::item int  index  )  [inline, virtual]
 

Returns the indexth item in the collection.

If index is greater than or equal to the number of nodes in the list, this returns null.

Parameters:
index Index into the collection.
Returns:
The node at the indexth position in the NodeList, or null if that is not a valid index.

Implements org::w3c::dom::NodeList.


Member Data Documentation

RXMLNodeArray acdk::xml::dom::XMLNodeList::_childs [protected]
 

 
Last modified 2005-05-08 18:34 by SYSTEM By Artefaktur, Ing. Bureau Kommer