Platforms to show: All Mac Windows Linux Cross-Platform

Back to XMLParserMBS class.

XMLParserMBS.ActionAppendAsChildren = 1

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the action constants for parseWithContext method.

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.

XMLParserMBS.ActionInsertAfter = 4

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the action constants for parseWithContext method.

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.

XMLParserMBS.ActionInsertBefore = 3

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the action constants for parseWithContext method.

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.

XMLParserMBS.ActionReplace = 5

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the action constants for parseWithContext method.

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.

XMLParserMBS.ActionReplaceChildren = 2

Type Topic Plugin Version
const XML MBS XML Plugin 22.4
One of the action constants for parseWithContext method.

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.

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


💬 Ask a question or report a problem
The biggest plugin in space...