Name

IXPathNavigable

Synopsis

This is an interface to XPathNavigator implemented by XPathDocument, System.Xml.XmlNode, and derived classes. It implements one method, CreateNavigator(), which creates an XPathNavigator instance for the document object.

Public Interface IXPathNavigable
                  ' Public Instance Methods
   Public Function CreateNavigator() As XPathNavigator  
End Interface

Implemented By

XPathDocument, System.Xml.XmlNode

Passed To

System.Xml.Xsl.XslTransform.{Load(), Transform()}

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.