DOMSource.Node 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 node that represents a Source DOM tree. -or- Set the node that will represents a Source DOM tree.
public virtual Org.W3c.Dom.INode? Node { [Android.Runtime.Register("getNode", "()Lorg/w3c/dom/Node;", "GetGetNodeHandler")] get; [Android.Runtime.Register("setNode", "(Lorg/w3c/dom/Node;)V", "GetSetNode_Lorg_w3c_dom_Node_Handler")] set; }
[<get: Android.Runtime.Register("getNode", "()Lorg/w3c/dom/Node;", "GetGetNodeHandler")>]
[<set: Android.Runtime.Register("setNode", "(Lorg/w3c/dom/Node;)V", "GetSetNode_Lorg_w3c_dom_Node_Handler")>]
member this.Node : Org.W3c.Dom.INode with get, set
Property Value
The node that is to be transformed.
- Attributes
Remarks
Property getter documentation:
Get the node that represents a Source DOM tree.
Java documentation for javax.xml.transform.dom.DOMSource.getNode()
.
Property setter documentation:
Set the node that will represents a Source DOM tree.
Java documentation for javax.xml.transform.dom.DOMSource.setNode(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.