System.Xml.IHasXmlNode

Enables a class to return an System.Xml.XmlNode from the current context or position.

See Also: IHasXmlNode Members

Syntax

public interface IHasXmlNode

Remarks

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.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0