Enables a class to return an System.Xml.XmlNode from the current context or position.
See Also: IHasXmlNode Members
The IHasXmlNode interface provides an interface that enables a class to return an System.Xml.XmlNode from the current context or position. It is implemented by System.Xml.XPath.XPathNavigator objects that operate over classes that have System.Xml.XmlNode nodes. For example, if the XPathNavigator object is created by an System.Xml.XmlDocument, you can use the IHasXmlNode.GetNode method to return the XmlNode representing the current position of the navigator.