Operators
The XmlNodeList class defines an operator for extracting the nodes contained in the node list in an array format (like list [n]) and an operator for iterating in a for in loop or the like.
| Operator | Description |
|---|---|
| XmlNodeList[ ] | Extract nodes in array format |
| XmlNodeList Iterate | Extract nodes continuously |