mscorlib(4.0.0.0) API with additions
IXPathNavigable.cs
1 namespace System.Xml.XPath
2 {
4  public interface IXPathNavigable
5  {
9  }
10 }
Provides an accessor to the T:System.Xml.XPath.XPathNavigator class.
XPathNavigator CreateNavigator()
Returns a new T:System.Xml.XPath.XPathNavigator object.
Provides a cursor model for navigating and editing XML data.