Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::w3c::dom::NodeList Class Reference#include <NodeList.h>
Inheritance diagram for org::w3c::dom::NodeList:
List of all members.
Detailed Description
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NodeList objects in the DOM are live.
The items in the NodeList are accessible via an integral index, starting from 0.
See also the Document acdk::lang::Object Model (DOM) Level 3 Core Specification.
- Author:
- Roger Rene Kommer
- Version:
- Revision
- 1.12
- Date:
- Date
- 2005/02/05 10:45:37
Member Function Documentation
virtual int org::w3c::dom::NodeList::getLength |
( |
|
) |
[pure virtual] |
|
virtual RNode org::w3c::dom::NodeList::item |
( |
int |
index |
) |
[pure virtual] |
|
|