artefaktur
software engineer &        architecture

 
 
 
 

class NodeArrayList

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

acdk::xml::dom::NodeArrayList Class Reference

#include <NodeArrayList.h>

Inheritance diagram for acdk::xml::dom::NodeArrayList:

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.3
Date:
Date
2005/02/05 10:45:36


Public Member Functions

 NodeArrayList ()
RNode item (int index)
 Returns the indexth item in the collection.

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

void append (IN(RNode) xmln)

Protected Attributes

RNodeArray _childs

Constructor & Destructor Documentation

acdk::xml::dom::NodeArrayList::NodeArrayList  )  [inline]
 


Member Function Documentation

void acdk::xml::dom::NodeArrayList::append IN(RNode xmln  )  [inline]
 

virtual int acdk::xml::dom::NodeArrayList::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::NodeArrayList::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

RNodeArray acdk::xml::dom::NodeArrayList::_childs [protected]
 

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