Name

IHasXmlNode

Synopsis

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 Function GetNode() As XmlNode  
End Interface

Get VB.NET Core Classes in a Nutshell 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.