XMLNodeList
Class XMLNodeList

Method PrototypeDescription
Function item( index As Integer ) As XMLNodeReference a specific node by a zero-based index.
Function LastError() As IntegerNumeric code for the last error encountered.
Function Length() As IntegerCount of the number of nodes in the list.
Function ToString( wrapperTag As String = "" ) As StringReturns a string representation of all of the nodes in the list. Pass the optional wrapperTag parameter to have the returned string enclosed in a pair of xml elements.


XMLNodeList objects are returned as the result of XQL queries executed by the XMLNode.XQL method.