| 名前 | 解説 |
| AppendChild | オーバーロードされます。 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. 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. 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. System.Xml.XPath.XPathNavigatorから継承されます。 |
| Clone | オーバーライドされます。 ナビゲータ オブジェクトのクローンを作成します。 |
| ComparePosition | Compares the position of the current System.Xml.XPath.XPathNavigator with the position of the System.Xml.XPath.XPathNavigator specified. System.Xml.XPath.XPathNavigatorから継承されます。 |
| Compile | Compiles a string representing an XPath expression and returns an System.Xml.XPath.XPathExpression object. 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. System.Xml.XPath.XPathNavigatorから継承されます。 |
| CreateAttributes | Returns an System.Xml.XmlWriter object used to create new attributes on the current element. System.Xml.XPath.XPathNavigatorから継承されます。 |
| CreateNavigator | Returns a copy of the System.Xml.XPath.XPathNavigator. System.Xml.XPath.XPathNavigatorから継承されます。 |
| DeleteRange | Deletes a range of sibling nodes from the current node to the node specified. System.Xml.XPath.XPathNavigatorから継承されます。 |
| DeleteSelf | Deletes the current node and its child nodes. System.Xml.XPath.XPathNavigatorから継承されます。 |
| Evaluate | オーバーロードされます。 Evaluates the specified XPath expression and returns the typed result. System.Xml.XPath.XPathNavigatorから継承されます。 |
| GetAttribute | オーバーライドされます。 名前および名前空間 URI でナビゲートされるノードから属性を取得します。 |
| GetNamespace | オーバーライドされます。 指定したローカル名に対応する名前空間ノードの値を返します。 |
| GetNamespacesInScope | Returns the in-scope namespaces of the current node. System.Xml.XPath.XPathNavigatorから継承されます。 |
| InsertAfter | オーバーロードされます。 Returns an System.Xml.XmlWriter object used to create a new sibling node after the currently selected node. System.Xml.XPath.XPathNavigatorから継承されます。 |
| InsertBefore | オーバーロードされます。 Returns an System.Xml.XmlWriter object used to create a new sibling node before the currently selected node. 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. 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. System.Xml.XPath.XPathNavigatorから継承されます。 |
| IsDescendant | Determines whether the specified System.Xml.XPath.XPathNavigator is a descendant of the current System.Xml.XPath.XPathNavigator. System.Xml.XPath.XPathNavigatorから継承されます。 |
| IsSamePosition | オーバーライドされます。 提供されたナビゲータが同じ位置にあるかどうかを決定します。 |
| LookupNamespace | Gets the namespace URI for the specified prefix. System.Xml.XPath.XPathNavigatorから継承されます。 |
| LookupPrefix | Gets the prefix declared for the specified namespace URI. System.Xml.XPath.XPathNavigatorから継承されます。 |
| Matches | オーバーロードされます。 Determines whether the current node matches the specified System.Xml.XPath.XPathExpression. System.Xml.XPath.XPathNavigatorから継承されます。 |
| MoveTo | オーバーライドされます。 渡されたナビゲータに提供されているのと同じ位置に現在ノードを移動します。 |
| MoveToAttribute | オーバーライドされます。 現在のノードで属性に移動します |
| MoveToChild | オーバーロードされます。 Moves the System.Xml.XPath.XPathNavigator to the child node with the local name and namespace URI specified. System.Xml.XPath.XPathNavigatorから継承されます。 |
| MoveToFirst | オーバーライドされます。 現在のノードを最初の兄弟に移動します。 |
| MoveToFirstAttribute | オーバーライドされます。 現在のノードの最初の属性に移動します。 |
| MoveToFirstChild | オーバーライドされます。 現在のノードの最初の子にします。 |
| MoveToFirstNamespace | オーバーロードされます。 オーバーライドされます。 指定された XPathNamespaceScope に一致する最初の名前空間ノードに XPathNavigator を移動します。 |
| MoveToFollowing | オーバーロードされます。 Moves the System.Xml.XPath.XPathNavigator to the element with the local name and namespace URI specified in document order. System.Xml.XPath.XPathNavigatorから継承されます。 |
| MoveToId | オーバーライドされます。 値が指定した文字列に一致するタイプ ID の属性を持つノードに移動します。 |
| MoveToNamespace | オーバーライドされます。 XPathNavigator を指定した名前空間接頭辞のある名前空間ノードに移動します。 |
| MoveToNext | オーバーロードされます。 オーバーライドされます。 現在のノードの次の兄弟に移動します。 |
| MoveToNextAttribute | オーバーライドされます。 現在のノードの次の属性に移動します。 |
| MoveToNextNamespace | オーバーロードされます。 オーバーライドされます。 指定された XPathNamespaceScope に一致する次の名前空間ノードに XPathNavigator を移動します。 |
| MoveToParent | オーバーライドされます。 親ノードに移動します。 |
| MoveToPrevious | オーバーライドされます。 現在のノードの前の兄弟に移動します。 |
| MoveToRoot | オーバーライドされます。 現在のノードのルート ノードに移動します。 |
| PrependChild | オーバーロードされます。 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. 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. System.Xml.XPath.XPathNavigatorから継承されます。 |
| ReadSubtree | Returns an System.Xml.XmlReader object that contains the current node and its child nodes. System.Xml.XPath.XPathNavigatorから継承されます。 |
| ReplaceRange | Replaces a range of sibling nodes from the current node to the node specified. System.Xml.XPath.XPathNavigatorから継承されます。 |
| ReplaceSelf | オーバーロードされます。 Replaces the current node with the content of the string specified. System.Xml.XPath.XPathNavigatorから継承されます。 |
| Select | オーバーロードされます。 Selects a node set, using the specified XPath expression. System.Xml.XPath.XPathNavigatorから継承されます。 |
| SelectAncestors | オーバーロードされます。 Selects all the ancestor nodes of the current node that have a matching System.Xml.XPath.XPathNodeType. System.Xml.XPath.XPathNavigatorから継承されます。 |
| SelectChildren | オーバーロードされます。 Selects all the child nodes of the current node that have the matching System.Xml.XPath.XPathNodeType. System.Xml.XPath.XPathNavigatorから継承されます。 |
| SelectDescendants | オーバーロードされます。 Selects all the descendant nodes of the current node that have a matching System.Xml.XPath.XPathNodeType. System.Xml.XPath.XPathNavigatorから継承されます。 |
| SelectSingleNode | オーバーロードされます。 Selects a single node in the System.Xml.XPath.XPathNavigator using the specified XPath query. System.Xml.XPath.XPathNavigatorから継承されます。 |
| SetTypedValue | Sets the typed value of the current node. System.Xml.XPath.XPathNavigatorから継承されます。 |
| SetValue | Sets the value of the current node. System.Xml.XPath.XPathNavigatorから継承されます。 |
| ToString | Gets the text value of the current node. System.Xml.XPath.XPathNavigatorから継承されます。 |
| ValueAs | オーバーロードされます。 Gets the current node's value as the System.Type specified, using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes. System.Xml.XPath.XPathNavigatorから継承されます。 |
| WriteOuterXml | |
| WriteSubtree | Streams the current node and its child nodes to the System.Xml.XmlWriter object specified. System.Xml.XPath.XPathNavigatorから継承されます。 |