Name

IHasXmlNode — System.Xml (system.xml.dll)   interface 

Synopsis

public interface IHasXmlNode {
// Public Instance Methods
   public XmlNode GetNode( );  
}

This interface is used to get the current or context node from an implementing class, such as XmlDocument or System.Xml.XPath.XPathNavigator. The GetNode( ) method returns the XmlNode that the navigator is currently positioned on.

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.