| Name | Description |
| AppendChild | Overloaded. Returns an System.Xml.XmlWriter object used to create one or more new child nodes at the end of the list of child nodes of the current node. (Inherited from System.Xml.XPath.XPathNavigator) |
| AppendChildElement | Creates a new child element node at the end of the list of child nodes of the current node using the namespace prefix, local name and namespace URI specified with the value specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| CheckValidity | Verifies that the XML data in the System.Xml.XPath.XPathNavigator conforms to the XML Schema definition language (XSD) schema provided. (Inherited from System.Xml.XPath.XPathNavigator) |
| Clone | Overridden. Clones the navigator object. |
| ComparePosition | Compares the position of the current System.Xml.XPath.XPathNavigator with the position of the System.Xml.XPath.XPathNavigator specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| Compile | Compiles a string representing an XPath expression and returns an System.Xml.XPath.XPathExpression object. (Inherited from System.Xml.XPath.XPathNavigator) |
| CreateAttribute | Creates an attribute node on the current element node using the namespace prefix, local name and namespace URI specified with the value specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| CreateAttributes | Returns an System.Xml.XmlWriter object used to create new attributes on the current element. (Inherited from System.Xml.XPath.XPathNavigator) |
| CreateNavigator | Returns a copy of the System.Xml.XPath.XPathNavigator. (Inherited from System.Xml.XPath.XPathNavigator) |
| DeleteRange | Deletes a range of sibling nodes from the current node to the node specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| DeleteSelf | Deletes the current node and its child nodes. (Inherited from System.Xml.XPath.XPathNavigator) |
| Evaluate | Overloaded. Evaluates the specified XPath expression and returns the typed result. (Inherited from System.Xml.XPath.XPathNavigator) |
| GetAttribute | Overridden. Gets an attribute off the node that is being navigated by its name and namespace URI. |
| GetNamespace | Overridden. Returns the value of the namespace node corresponding to the specified local name. |
| GetNamespacesInScope | Returns the in-scope namespaces of the current node. (Inherited from System.Xml.XPath.XPathNavigator) |
| InsertAfter | Overloaded. Returns an System.Xml.XmlWriter object used to create a new sibling node after the currently selected node. (Inherited from System.Xml.XPath.XPathNavigator) |
| InsertBefore | Overloaded. Returns an System.Xml.XmlWriter object used to create a new sibling node before the currently selected node. (Inherited from System.Xml.XPath.XPathNavigator) |
| InsertElementAfter | Creates a new sibling element after the current node using the namespace prefix, local name and namespace URI specified, with the value specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| InsertElementBefore | Creates a new sibling element before the current node using the namespace prefix, local name, and namespace URI specified, with the value specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| IsDescendant | Determines whether the specified System.Xml.XPath.XPathNavigator is a descendant of the current System.Xml.XPath.XPathNavigator. (Inherited from System.Xml.XPath.XPathNavigator) |
| IsSamePosition | Overridden. Defines if provided navigator is at the same position. |
| LookupNamespace | Gets the namespace URI for the specified prefix. (Inherited from System.Xml.XPath.XPathNavigator) |
| LookupPrefix | Gets the prefix declared for the specified namespace URI. (Inherited from System.Xml.XPath.XPathNavigator) |
| Matches | Overloaded. Determines whether the current node matches the specified System.Xml.XPath.XPathExpression. (Inherited from System.Xml.XPath.XPathNavigator) |
| MoveTo | Overridden. Moves current node to the same position as provided in the passed in navigator |
| MoveToAttribute | Overridden. Moves to an attribute in the current node |
| MoveToChild | Overloaded. Moves the System.Xml.XPath.XPathNavigator to the child node with the local name and namespace URI specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| MoveToFirst | Overridden. Moves current node to the first sibling. |
| MoveToFirstAttribute | Overridden. Moves to the first attribute of the current node. |
| MoveToFirstChild | Overridden. Moves to the first child of the current node. |
| MoveToFirstNamespace | Overloaded. Overridden. Moves the XPathNavigator to the first namespace node that matches the XPathNamespaceScope specified. |
| MoveToFollowing | Overloaded. Moves the System.Xml.XPath.XPathNavigator to the element with the local name and namespace URI specified in document order. (Inherited from System.Xml.XPath.XPathNavigator) |
| MoveToId | Overridden. Moves to the node that has an attribute of type ID whose value matches the specified String. |
| MoveToNamespace | Overridden. Moves the XPathNavigator to the namespace node with the specified namespace prefix. |
| MoveToNext | Overloaded. Overridden. Moves to next sibling of the current node. |
| MoveToNextAttribute | Overridden. Moves to the next attribute of the current node. |
| MoveToNextNamespace | Overloaded. Overridden. Moves the XPathNavigator to the next namespace node matching the XPathNamespaceScope specified. |
| MoveToParent | Overridden. Moves to the parent node. |
| MoveToPrevious | Overridden. Moves to the previous sibling of the current node. |
| MoveToRoot | Overridden. Moves to the root node of the current node. |
| PrependChild | Overloaded. Returns an System.Xml.XmlWriter object used to create a new child node at the beginning of the list of child nodes of the current node. (Inherited from System.Xml.XPath.XPathNavigator) |
| PrependChildElement | Creates a new child element at the beginning of the list of child nodes of the current node using the namespace prefix, local name, and namespace URI specified with the value specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| ReadSubtree | Returns an System.Xml.XmlReader object that contains the current node and its child nodes. (Inherited from System.Xml.XPath.XPathNavigator) |
| ReplaceRange | Replaces a range of sibling nodes from the current node to the node specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| ReplaceSelf | Overloaded. Replaces the current node with the content of the string specified. (Inherited from System.Xml.XPath.XPathNavigator) |
| Select | Overloaded. Selects a node set, using the specified XPath expression. (Inherited from System.Xml.XPath.XPathNavigator) |
| SelectAncestors | Overloaded. Selects all the ancestor nodes of the current node that have a matching System.Xml.XPath.XPathNodeType. (Inherited from System.Xml.XPath.XPathNavigator) |
| SelectChildren | Overloaded. Selects all the child nodes of the current node that have the matching System.Xml.XPath.XPathNodeType. (Inherited from System.Xml.XPath.XPathNavigator) |
| SelectDescendants | Overloaded. Selects all the descendant nodes of the current node that have a matching System.Xml.XPath.XPathNodeType. (Inherited from System.Xml.XPath.XPathNavigator) |
| SelectSingleNode | Overloaded. Selects a single node in the System.Xml.XPath.XPathNavigator using the specified XPath query. (Inherited from System.Xml.XPath.XPathNavigator) |
| SetTypedValue | Sets the typed value of the current node. (Inherited from System.Xml.XPath.XPathNavigator) |
| SetValue | Sets the value of the current node. (Inherited from System.Xml.XPath.XPathNavigator) |
| ToString | Gets the text value of the current node. (Inherited from System.Xml.XPath.XPathNavigator) |
| ValueAs | Overloaded. Gets the current node's value as the System.Type specified, using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes. (Inherited from System.Xml.XPath.XPathNavigator) |
| WriteOuterXml | |
| WriteSubtree | Streams the current node and its child nodes to the System.Xml.XmlWriter object specified. (Inherited from System.Xml.XPath.XPathNavigator) |