Org.W3c.Dom.LS.LSParser.ActionInsertAfter Field
Insert the result of the parse operation as the immediately following sibling of the context node.

Value: 4

Syntax

[Android.Runtime.Register("ACTION_INSERT_AFTER")]
public const short ActionInsertAfter

Remarks

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 an Element or a DocumentFragment.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom.LS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8