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
Back to XMPIteratorMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
XMPIteratorMBS.Constructor(meta as XMPMetaMBS, options as Integer=0)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
options: Option flags to control the iteration.
The available option flags are:
kXMP_IterJustChildren | = &h100 | Just visit the immediate children of the root, default is subtree. |
kXMP_IterJustLeafNodes | = &h200 | Just visit the leaf nodes, default visits all nodes. |
kXMP_IterJustLeafName | = &h400 | Return just the leaf part of the path, default is the full path. |
kXMP_IterOmitQualifiers | = &h1000 | Omit all qualifiers. |
See also:
XMPIteratorMBS.Constructor(meta as XMPMetaMBS, schemaNS as string, options as Integer=0)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
schemaNS: Optional schema namespace URI to restrict the iteration. Omitted (visit all schema) by passing "".
options: Option flags to control the iteration.
The available option flags are:
kXMP_IterJustChildren | = &h100 | Just visit the immediate children of the root, default is subtree. |
kXMP_IterJustLeafNodes | = &h200 | Just visit the leaf nodes, default visits all nodes. |
kXMP_IterJustLeafName | = &h400 | Return just the leaf part of the path, default is the full path. |
kXMP_IterOmitQualifiers | = &h1000 | Omit all qualifiers. |
See also:
XMPIteratorMBS.Constructor(meta as XMPMetaMBS, schemaNS as string, propName as string, options as Integer=0)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
schemaNS: Optional schema namespace URI to restrict the iteration. Omitted (visit all schema) by passing "".
propName: Optional property name to restrict the iteration. May be an arbitrary path expression. Omitted (visit all properties) by passing "". If not empty a schema URI must also be provided.
options: Option flags to control the iteration.
The available option flags are:
kXMP_IterJustChildren | = &h100 | Just visit the immediate children of the root, default is subtree. |
kXMP_IterJustLeafNodes | = &h200 | Just visit the leaf nodes, default visits all nodes. |
kXMP_IterJustLeafName | = &h400 | Return just the leaf part of the path, default is the full path. |
kXMP_IterOmitQualifiers | = &h1000 | Omit all qualifiers. |
See also:
XMPIteratorMBS.Constructor(schemaNS as string, propName as string, options as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
On success handle is not 0.
schemaNS: Optional schema namespace URI to restrict the iteration. Omitted (visit all schema) by passing "".
propName: Optional property name to restrict the iteration. May be an arbitrary path expression. Omitted (visit all properties) by passing "". If not empty a schema URI must also be provided.
options: Option flags to control the iteration.
The available option flags are:
kXMP_IterJustChildren | = &h100 | Just visit the immediate children of the root, default is subtree. |
kXMP_IterJustLeafNodes | = &h200 | Just visit the leaf nodes, default visits all nodes. |
kXMP_IterJustLeafName | = &h400 | Return just the leaf part of the path, default is the full path. |
kXMP_IterOmitQualifiers | = &h1000 | Omit all qualifiers. |
See also:
XMPIteratorMBS.NextItem() as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
XMPIteratorMBS.NextItem(byref schemaNS as string) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Parameters:
schemaNS | A string that is assigned the schema namespace URI of the current property. |
propPath | A string that is assigned the XPath name of the current property. |
propValue | A string that is assigned the value of the current property. |
options | An integer that is assigned the flags describing the current property. |
See also:
XMPIteratorMBS.NextItem(byref schemaNS as string, byref propPath as string) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Parameters:
schemaNS | A string that is assigned the schema namespace URI of the current property. |
propPath | A string that is assigned the XPath name of the current property. |
See also:
XMPIteratorMBS.NextItem(byref schemaNS as string, byref propPath as string, byref propValue as string) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Parameters:
schemaNS | A string that is assigned the schema namespace URI of the current property. |
propPath | A string that is assigned the XPath name of the current property. |
propValue | A string that is assigned the value of the current property. |
See also:
XMPIteratorMBS.NextItem(byref schemaNS as string, byref propPath as string, byref propValue as string, byref options as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Parameters:
schemaNS | A string that is assigned the schema namespace URI of the current property. |
propPath | A string that is assigned the XPath name of the current property. |
propValue | A string that is assigned the value of the current property. |
options | An integer that is assigned the flags describing the current property. |
See also:
XMPIteratorMBS.Skip(options as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | XMP | MBS XMP Plugin | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The available option flags are:
kXMP_IterSkipSubtree | = 1 | Skip the subtree below the current node. |
kXMP_IterSkipSiblings | = 2 | Skip the subtree below and remaining siblings of the current node. |
The items on this page are in the following plugins: MBS XMP Plugin.