XmlNodeList::Item (open)
Syntax
LOADLIB "wh::internal/xml.whlib";
OBJECT FUNCTION Item(INTEGER index_)
Parameters
INTEGER index_
0-based index of the node to get
Return value
OBJECT
The requested node, or DEFAULT OBJECT if the index is invalid
LOADLIB "wh::internal/xml.whlib";
OBJECT FUNCTION Item(INTEGER index_)
INTEGER index_
0-based index of the node to get
OBJECT
The requested node, or DEFAULT OBJECT if the index is invalid