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