March 2002
Intermediate to advanced
864 pages
31h 8m
English
IXPathNavigable
This is an interface to XPathNavigator
implemented by XPathDocument, System.Xml.XmlNode, and derived classes. It implements one method, CreateNavigator(), which
creates a XPathNavigator instance for the
document object.
public interface IXPathNavigable { // Public Instance Methods public method XPathNavigator CreateNavigator(); }
XPathDocument, System.Xml.XmlNode
System.Xml.Xsl.XslTransform.{Load(), Transform()}