Clone | Creates a new XPathNavigator positioned at the same node as this XPathNavigator. |
ComparePosition | Compares the position of the current navigator with the position of the specified XPathNavigator. |
Compile | Compiles a string representing an XPath expression and returns an XPathExpression. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
Evaluate | Overloaded. Evaluates the given expression and returns the typed result. |
GetAttribute | Gets the value of the attribute with the specified LocalName and NamespaceURI. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNamespace | Returns the value of the namespace node corresponding to the specified local name. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsDescendant | Determines whether the specified XPathNavigator is a descendant of the current XPathNavigator. |
IsSamePosition | Determines whether the current XPathNavigator is at the same position as the specified XPathNavigator. |
Matches | Overloaded. Determines whether the current node matches the specified XSLT pattern. |
MoveTo | Moves to the same position as the specified XPathNavigator. |
MoveToAttribute | Moves to the attribute with matching LocalName and NamespaceURI. |
MoveToFirst | Moves to the first sibling of the current node. |
MoveToFirstAttribute | Moves to the first attribute. |
MoveToFirstChild | Moves to the first child of the current node. |
MoveToFirstNamespace | Overloaded. Moves the XPathNavigator to the first namespace node of the current element. |
MoveToId | Moves to the node that has an attribute of type ID whose value matches the specified string. |
MoveToNamespace | Moves the XPathNavigator to the namespace node with the specified local name. |
MoveToNext | Moves to the next sibling of the current node. |
MoveToNextAttribute | Moves to the next attribute. |
MoveToNextNamespace | Overloaded. Moves the XPathNavigator to the next namespace node. |
MoveToParent | Moves to the parent of the current node. |
MoveToPrevious | Moves to the previous sibling of the current node. |
MoveToRoot | Moves to the root node to which the current node belongs. |
Select | Overloaded. Selects a node set using the specified XPath expression. |
SelectAncestors | Overloaded. Selects all the ancestor element nodes of the current node matching the selection criteria. |
SelectChildren | Overloaded. Selects all the child nodes of the current node matching the selection criteria. |
SelectDescendants | Overloaded. Selects all the descendant nodes of the current node matching the selection criteria. |
ToString | Overridden. Gets the text value of the current node. This method is equivalent to returning the Value property. |