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 Member Functions | |
NodeList (const NodeList &other) | |
NodeList & | operator= (const NodeList &other) |
unsigned long | length () const |
Node | item (unsigned long index) const |
NodeListImpl * | handle () const |
bool | isNull () const |
Protected Member Functions | |
NodeList (const NodeListImpl *i) | |
Protected Attributes | |
NodeListImpl * | impl |
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 897 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 470 of file dom_node.cpp. |
|
Returns the
If
Definition at line 464 of file dom_node.cpp. |
The documentation for this class was generated from the following files: