Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalStateException If nextSibling is not null and nextSibling is not a child of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalStateException If nextSibling is not null and nextSibling is not a child of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalStateException If nextSibling is not null and nextSibling is not a child of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalStateException If nextSibling is not null and nextSibling is not a child of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null. Java.Lang.IllegalStateException If nextSibling is not null and nextSibling is not a child of node. Java.Lang.IllegalStateException If node is null and nextSibling is not null.
Get method documentation [Android Documentation]
Get the node that will contain the result DOM tree.
If no node was set via DOMResult(Org.W3c.Dom.INode), DOMResult(Org.W3c.Dom.INode, System.String), DOMResult(Org.W3c.Dom.INode, Org.W3c.Dom.INode), DOMResult(Org.W3c.Dom.INode, Org.W3c.Dom.INode, Org.W3c.Dom.INode) or DOMResult.Node, then the node will be set by the transformation, and may be obtained from this method once the transformation is complete. Calling this method before the transformation will return null.
Set method documentation [Android Documentation]
Set the node that will contain the result DOM tree.
In practice, the node should be a Org.W3c.Dom.IDocument node, a Org.W3c.Dom.IDocumentFragment node, or a Org.W3c.Dom.IElement node. In other words, a node that accepts children.
An IllegalStateException is thrown if nextSibling is not null and node is not a parent of nextSibling. An IllegalStateException is thrown if node is null and nextSibling is not null.