Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XML | MBS XML Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
The items on this page are in the following plugins: MBS XML Plugin.