Platforms to show: All Mac Windows Linux Cross-Platform

XMLNodeIteratorMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Iterates a list of nodes.

XMLNodeIteratorMBSs are used to step through a set of nodes, e.g. the set of nodes in a DOMNodeList, the document subtree governed by a particular XMLNodeMBS, the results of a query, or any other set of nodes. The set of nodes to be iterated is determined by the implementation of the XMLNodeIteratorMBS. DOM Level 2 specifies a single XMLNodeIteratorMBS implementation for document-order traversal of a document subtree. Instances of these XMLNodeIteratorMBSs are created by calling createNodeIterator().

Implements Iterable and Iterator interfaces.

This class is hidden for auto complete as you don't need to use it manually. Please use it using for each loops.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS XML Plugin.


XMLNodeFilterMBS   -   XMLNodeMBS


The biggest plugin in space...