|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class INodeList { public: int GetLength(); public: XNode Item(int nIndex); }; typedef XRefCnt<INodeList> XNodeList;
The ordered collection of nodes.
This class implements
the C++ binding for the
NodeList
interface
specified by DOM.
INode
Function Summary | |
int
|
GetLength
();
����������Returns the number of nodes in this node list. |
XNode
|
Item
(int nIndex);
����������Returns the node in this node list at the index specified by nIndex
. |
Function Detail |
int GetLength();
Returns the number of nodes in this node list.
This method implements the C++ binding
for the
length
attribute specified by
DOM.
XNode Item(int nIndex);
Returns the node in this node list
at the index specified by
nIndex
.
This method implements the C++ binding
for the
item
operation specified by
DOM.
nIndex
- the node index (zero-based)
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |