DOM::NodeList Class Reference
TheNodeList
interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
More...
#include <dom_node.h>
Public Methods | |
unsigned long | length () const |
Node | item (unsigned long index) const |
Detailed Description
TheNodeList
interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
The items in the NodeList
are accessible via an integral index, starting from 0.
Definition at line 896 of file dom_node.h.
Member Function Documentation
|
The number of nodes in the list.
The range of valid child node indices is 0 to Definition at line 469 of file dom_node.cpp. |
|
Returns the
If
Definition at line 463 of file dom_node.cpp. |
The documentation for this class was generated from the following files: