Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLNodeIteratorMBS class.

XMLNodeIteratorMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

XMLNodeIteratorMBS.nextNode as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the next node in the set and advances the position of the XMLNodeIteratorMBS in the set.

After a XMLNodeIteratorMBS is created, the first call to nextNode() returns the first node in the set.
The next XMLNodeMBS in the set being iterated over, or null if there are no more members in that set. @exception DOMException INVALID_STATE_ERR: Raised if this method is called after the detach method was invoked.

XMLNodeIteratorMBS.previousNode as XMLNodeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the previous node in the set and moves the position of the XMLNodeIteratorMBS backwards in the set.

The previous XMLNodeMBS in the set being iterated over, or null if there are no more members in that set.

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


The biggest plugin in space...