Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException If nextSibling is not a descendant of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalArgumentException If nextSibling is not a descendant of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalArgumentException If nextSibling is not a descendant of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalArgumentException If nextSibling is not a descendant of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalArgumentException If nextSibling is not a descendant of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null.
Get method documentation [Android Documentation]
Get the child node before which the result nodes will be inserted.
If no node was set via DOMResult(Org.W3c.Dom.INode, Org.W3c.Dom.INode), DOMResult(Org.W3c.Dom.INode, Org.W3c.Dom.INode, Org.W3c.Dom.INode) or DOMResult.NextSibling, then null will be returned.
Set method documentation [Android Documentation]
Set the child node before which the result nodes will be inserted.
Use nextSibling to specify the child node before which the result nodes should be inserted. If nextSibling is not a descendant of node, then an IllegalArgumentException is thrown. If node is null and nextSibling is not null, then an IllegalStateException is thrown. If nextSibling is null, then the behavior is the same as calling DOMResult(Org.W3c.Dom.INode), i.e. append the result nodes as the last child of the specified node.