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
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XML | MBS XML Plugin | 22.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please note that asynchronous mode is not yet supported in MBS Plugin.
Constant | Value | Description |
---|---|---|
ActionAppendAsChildren | 1 |
Append the result of the parse operation as children of the context node. For this action to work, the context node must be a XMLElementMBS or a XMLDocumentFragmentMBS. |
ActionInsertAfter | 4 |
Insert the result of the parse operation as the immediately following sibling of the context node. For this action to work the context node's parent must be a XMLElementMBS or a XMLDocumentFragmentMBS. |
ActionInsertBefore | 3 |
Insert the result of the parse operation as the immediately preceding sibling of the context node. For this action to work the context node's parent must be a XMLElementMBS or a XMLDocumentFragmentMBS. |
ActionReplace | 5 |
Replace the context node with the result of the parse operation. For this action to work, the context node must have a parent, and the parent must be a XMLElementMBS or a XMLDocumentFragmentMBS. |
ActionReplaceChildren | 2 |
Replace all the children of the context node with the result of the parse operation. For this action to work, the context node must be a XMLElementMBS, a XMLDocumentMBS, or a XMLDocumentFragmentMBS. |
This class has no sub classes.
The items on this page are in the following plugins: MBS XML Plugin.
XMLParserFilterMBS - XMLProcessingInstructionMBS