IXPathNavigable

IXPathNavigable

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

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

Implemented By

XPathDocument , System.Xml.XmlNode

Passed To

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

Figure 45-1. The System.Xml.XPath namespace
figs/csn2_4501.gif


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net