SelectSingleNode Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Xml.XPath
XPathNavigator Class
XPathNavigator Methods
SelectSingleNode Method
SelectSingleNode Method (Strin ...
SelectSingleNode Method (XPath ...
SelectSingleNode Method (Strin ...
XPathNavigator Methods
AppendChild Method
AppendChildElement Method
CheckValidity Method
Clone Method
ComparePosition Method
Compile Method
CreateAttribute Method
CreateAttributes Method
CreateNavigator Method
DeleteRange Method
DeleteSelf Method
Evaluate Method
GetAttribute Method
GetNamespace Method
GetNamespacesInScope Method
InsertAfter Method
InsertBefore Method
InsertElementAfter Method
InsertElementBefore Method
IsDescendant Method
IsSamePosition Method
LookupNamespace Method
LookupPrefix Method
Matches Method
MoveTo Method
MoveToAttribute Method
MoveToChild Method
MoveToFirst Method
MoveToFirstAttribute Method
MoveToFirstChild Method
MoveToFirstNamespace Method
MoveToFollowing Method
MoveToId Method
MoveToNamespace Method
MoveToNext Method
MoveToNextAttribute Method
MoveToNextNamespace Method
MoveToParent Method
MoveToPrevious Method
MoveToRoot Method
PrependChild Method
PrependChildElement Method
ReadSubtree Method
ReplaceRange Method
ReplaceSelf Method
Select Method
SelectAncestors Method
SelectChildren Method
SelectDescendants Method
SelectSingleNode Method
SetTypedValue Method
SetValue Method
System.ICloneable.Clone Method
ToString Method
ValueAs Method
WriteSubtree Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XPathNavigator.SelectSingleNode Method
Selects a single node in the
XPathNavigator
.
Overload List
Name
Description
XPathNavigator.SelectSingleNode (String)
Selects a single node in the
XPathNavigator
using the specified XPath query.
XPathNavigator.SelectSingleNode (XPathExpression)
Selects a single node in the
XPathNavigator
using the specified
XPathExpression
object.
XPathNavigator.SelectSingleNode (String, IXmlNamespaceResolver)
Selects a single node in the
XPathNavigator
object using the specified XPath query with the
IXmlNamespaceResolver
object specified to resolve namespace prefixes.
See Also
Reference
XPathNavigator Class
XPathNavigator Members
System.Xml.XPath Namespace
Tags :