XmlNodeList Iterate Operator
| Explanation | Eject nodes in succession. The Iterate operator is unlike a normal operator, and is used to continuously access the data contained in an object inside the execution engine. Class objects with Iterate can perform the same operations as arrayed objects with for for in loops and sum functions. | |
| Call format | Iterate operator cannot be called directly. | |
| Return value | Iterate object | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | XmlNode class | |