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
OBJECTThe 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
OBJECTThe requested node, or DEFAULT OBJECT if the index is invalid