only for RuBoard - do not distribute or recompile Previous Section Next Section
IXPathNavigable interface

System.Xml.XPath (system.xml.dll)

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();  
}

Implemented By

XPathDocument, System.Xml.XmlNode

Passed To

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

only for RuBoard - do not distribute or recompile Previous Section Next Section