Platforms to show: All Mac Windows Linux Cross-Platform

XMLIterateChildNodesMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class XML MBS XML Plugin 22.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for the iterator over child nodes.
Example

Dim doc As New XMLDocumentMBS("<doc><test>abc</test><test>def</test></doc>")

Dim root As XMLElementMBS = doc.DocumentElement
For Each e As XMLElementMBS In root.IterateChildNodes
MessageBox e.toString
Next

Used internally for for each loops.

Requires Xojo 2019r2 or newer.

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.

Interfaces:

2 interfaces.

Some methods using this class:

Blog Entries

Release notes


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


XMLIterateAttributeNodesMBS   -   XMLIterateElementsMBS


The biggest plugin in space...