XMLNodeList
Class XMLNodeList
| Method Prototype | Description
|
| Function item( index As Integer ) As XMLNode | Reference a specific node by a zero-based index.
|
| Function LastError() As Integer | Numeric code for the last error encountered.
|
| Function Length() As Integer | Count of the number of nodes in the list.
|
| Function ToString( wrapperTag As String = "" ) As String | Returns 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.