November 2003
Intermediate to advanced
476 pages
14h 38m
English
IXPathNavigable — System.Xml.XPath (system.xml.dll) interface
public interface IXPathNavigable { // Public Instance Methods public XPathNavigator CreateNavigator( ); }
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.
XPathDocument,
System.Xml.XmlNode
System.Xml.Xsl.XslTransform.{Load( ),
Transform( )}