Platforms to show: All Mac Windows Linux Cross-Platform
XMLIterateAttributeNodesMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XML | MBS XML Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
- 4 methods
- method Constructor Private
- method Iterator as Iterator
- method MoveNext as Boolean
- method Value as Variant
This class has no sub classes.
Interfaces:
2 interfaces.
Some methods using this class:
- XMLNodeMBS.IterateAttributeNodes as XMLIterateAttributeNodesMBS
Blog Entries
Release notes
- Version 24.0
- Added Hidden attribute to JSONIteratorMBS, XMLIterateAttributeNodesMBS, XMLIterateChildNodesMBS, XMLIterateElementsMBS, DynaPDFIteratorMBS and PCRE2IteratorMBS classes to hide it from auto complete. Since you use it via for each loops indirectly, you never need to use these classes directly.
The items on this page are in the following plugins: MBS XML Plugin.
XMLInputMBS - XMLIterateChildNodesMBS