DOMResult.NextSibling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the child node before which the result nodes will be inserted. -or- Set the child node before which the result nodes will be inserted.
public virtual Org.W3c.Dom.INode? NextSibling { [Android.Runtime.Register("getNextSibling", "()Lorg/w3c/dom/Node;", "GetGetNextSiblingHandler")] get; [Android.Runtime.Register("setNextSibling", "(Lorg/w3c/dom/Node;)V", "GetSetNextSibling_Lorg_w3c_dom_Node_Handler")] set; }
[<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")>]
member this.NextSibling : Org.W3c.Dom.INode with get, set
Property Value
The child node before which the result nodes will be inserted.
- Attributes
Exceptions
If nextSibling is not a descendant of node.
If node is null and nextSibling is not null.
If nextSibling is not a descendant of node.
If node is null and nextSibling is not null.
If nextSibling is not a descendant of node.
If node is null and nextSibling is not null.
If nextSibling is not a descendant of node.
If node is null and nextSibling is not null.
If nextSibling is not a descendant of node.
If node is null and nextSibling is not null.
If nextSibling is not a descendant of node.
If node is null and nextSibling is not null.
Remarks
Property getter documentation:
Java documentation for javax.xml.transform.dom.DOMResult.getNextSibling().
Property setter documentation:
Java documentation for javax.xml.transform.dom.DOMResult.setNextSibling(org.w3c.dom.Node).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.