XmlNodeList[ ] Operator
| Explanation | Extract the nodes in array format. | |
| Call format | list[ index ] | |
| Return value | XmlNode object Return null if index is not in the valid range | |
| Arguments | integer index | Position to retrieve the node |
| Exception | None | |
| Example of use | | |
| Related item | XmlNode class Item method | |