The fields of Org.W3c.Dom.LS.LSParser are listed below. For a list of all members, see the LSParser Members list.
See Also: Inherited members from System.Object
const | ActionAppendAsChildren | short (1). Append the result of the parse operation as children of the context node. |
const | ActionInsertAfter | short (4). Insert the result of the parse operation as the immediately following sibling of the context node. |
const | ActionInsertBefore | short (3). Insert the result of the parse operation as the immediately preceding sibling of the context node. |
const | ActionReplace | short (5). Replace the context node with the result of the parse operation. |
const | ActionReplaceChildren | short (2). Replace all the children of the context node with the result of the parse operation. |