Javax.Xml.Transform.Dom.DOMResult.NextSibling Property

Syntax

[get: Android.Runtime.Register("getNextSibling", "()Lorg/w3c/dom/Node;", "GetGetNextSiblingHandler")]
[set: Android.Runtime.Register("setNextSibling", "(Lorg/w3c/dom/Node;)V", "GetSetNextSibling_Lorg_w3c_dom_Node_Handler")]
public virtual Org.W3c.Dom.INode NextSibling { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionIf nextSibling is not a descendant of node.
Java.Lang.IllegalStateExceptionIf node is null and nextSibling is not null.
Java.Lang.IllegalArgumentExceptionIf nextSibling is not a descendant of node.
Java.Lang.IllegalStateExceptionIf node is null and nextSibling is not null.
Java.Lang.IllegalArgumentExceptionIf nextSibling is not a descendant of node.
Java.Lang.IllegalStateExceptionIf node is null and nextSibling is not null.
Java.Lang.IllegalArgumentExceptionIf nextSibling is not a descendant of node.
Java.Lang.IllegalStateExceptionIf node is null and nextSibling is not null.
Java.Lang.IllegalArgumentExceptionIf nextSibling is not a descendant of node.
Java.Lang.IllegalStateExceptionIf node is null and nextSibling is not null.

Remarks

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.

Requirements

Namespace: Javax.Xml.Transform.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8