Org.W3c.Dom.LS.LSParser.ActionReplaceChildren Field
Replace all the children of the context node with the result of the
parse operation.
Value: 2
Syntax
[Android.Runtime.Register("ACTION_REPLACE_CHILDREN")] public const shortActionReplaceChildren
Remarks
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 an
Element, a Document, or a
DocumentFragment.