March 2002
Intermediate to advanced
864 pages
31h 8m
English
IHasXmlNode
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.
public interface IHasXmlNode { // Public Instance Methods public method XmlNode GetNode(); }