Language

IDOMLocator.OriginatingNode Property

Definition

Return the node where the event occurred.

public Org.W3c.Dom.INode? OriginatingNode { [Android.Runtime.Register("getOriginatingNode", "()Lorg/w3c/dom/Node;", "GetGetOriginatingNodeHandler:Javax.Xml.Transform.Dom.IDOMLocatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getOriginatingNode", "()Lorg/w3c/dom/Node;", "GetGetOriginatingNodeHandler:Javax.Xml.Transform.Dom.IDOMLocatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.OriginatingNode : Org.W3c.Dom.INode

Property Value

The node that is the location for the event.

Attributes

Remarks

Return the node where the event occurred.

Java reference for javax.xml.transform.dom.DOMLocator.getOriginatingNode.

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.

Applies to