Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLXPathResultMBS class.

XMLXPathResultMBS.Constructor   Private

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

XMLXPathResultMBS.iterateNext as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 23.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Iterates and returns true if the current result is the next item from the sequence or false if there are no more items.

Returns True if the current result is the next item from the sequence or false if there are no more items.

Raises exception if ResultType is not ResultTypeUnorderedNodeIterator or ResultTypeOrderedNodeIterator (XPath 1.0) or if ResultType is not ResultTypeIteratorResult (XPath 2.0).

XMLXPathResultMBS.snapshotItem(size as Integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XML MBS XML Plugin 23.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the current result to the indexth item in the snapshot collection.

If index is greater than or equal to the number of items in the list, this method returns false. Unlike the iterator result, the snapshot does not become invalid, but may not correspond to the current document if it is mutated.

Returns true if the current result is the next item from the sequence or false if there are no more items.

Raises exception if ResultType is not ResultTypeUnorderedNodeSnapshot or ResultTypeOrderedNodeSnapshot (XPath 1.0) or if ResultType is not ResultTypeSnapshotResult (XPath 2.0).

Some examples using this method:

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


The biggest plugin in space...