Extensions.CreateNavigator Method (XNode, XmlNameTable)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates an XPathNavigator for an XNode. The XmlNameTable enables more efficient XPath expression processing.
Namespace: System.Xml.XPath
Assembly: System.Xml.XPath (in System.Xml.XPath.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function CreateNavigator ( _
node As XNode, _
nameTable As XmlNameTable _
) As XPathNavigator
public static XPathNavigator CreateNavigator(
this XNode node,
XmlNameTable nameTable
)
Parameters
- node
Type: System.Xml.Linq.XNode
An XNode that can process an XPath query.
- nameTable
Type: System.Xml.XmlNameTable
A XmlNameTable to be used by XPathNavigator.
Return Value
Type: System.Xml.XPath.XPathNavigator
An XPathNavigator that can process XPath queries.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type XNode. When you use instance method syntax to call this method, omit the first parameter.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.