| AppendChild() : System.Xml.XmlWriterDocumentation for this section has not yet been entered. |
| AppendChild(string)Documentation for this section has not yet been entered. |
| AppendChild(System.Xml.XmlReader)Documentation for this section has not yet been entered. |
| AppendChild(XPathNavigator)Documentation for this section has not yet been entered. |
| AppendChildElement(string, string, string, string)Documentation for this section has not yet been entered. |
| CheckValidity(System.Xml.Schema.XmlSchemaSet, System.Xml.Schema.ValidationEventHandler) : boolDocumentation for this section has not yet been entered. |
abstract | Clone() : XPathNavigatorClones this instance and returns the copy. |
| ComparePosition(XPathNavigator) : System.Xml.XmlNodeOrderEvaluates in which direction the current node of the argument XPathNavigator exists as compared to the current node of this instance. |
| Compile(string) : XPathExpressionCompiles the specified string that represents XPath expression and returns System.Xml.XPath.XPathExpression instance. |
| CreateAttribute(string, string, string, string)Documentation for this section has not yet been entered. |
| CreateAttributes() : System.Xml.XmlWriterDocumentation for this section has not yet been entered. |
| CreateNavigator() : XPathNavigatorDocumentation for this section has not yet been entered. |
| DeleteRange(XPathNavigator)Documentation for this section has not yet been entered. |
| DeleteSelf()Documentation for this section has not yet been entered. |
| Evaluate(string) : objectEvaluates an XPath expression and returns the result. The call to this method is equivalent to Evaluate (Compile (xpath)). |
| Evaluate(XPathExpression) : objectEvaluates an XPath expression and returns the result. The call to this method is equivalent to Evaluate (expr, null). |
| Evaluate(string, System.Xml.IXmlNamespaceResolver) : objectDocumentation for this section has not yet been entered. |
| Evaluate(XPathExpression, XPathNodeIterator) : objectEvaluates an XPath expression and returns the result. |
| GetAttribute(string, string) : stringGets the value string of the specified attribute. |
| GetNamespace(string) : stringGets the namespace URI that is mapped to the argument prefix. |
| GetNamespacesInScope(System.Xml.XmlNamespaceScope) : IDictionary<string, string>Documentation for this section has not yet been entered. |
| InsertAfter() : System.Xml.XmlWriterDocumentation for this section has not yet been entered. |
| InsertAfter(string)Documentation for this section has not yet been entered. |
| InsertAfter(System.Xml.XmlReader)Documentation for this section has not yet been entered. |
| InsertAfter(XPathNavigator)Documentation for this section has not yet been entered. |
| InsertBefore() : System.Xml.XmlWriterDocumentation for this section has not yet been entered. |
| InsertBefore(string)Documentation for this section has not yet been entered. |
| InsertBefore(System.Xml.XmlReader)Documentation for this section has not yet been entered. |
| InsertBefore(XPathNavigator)Documentation for this section has not yet been entered. |
| InsertElementAfter(string, string, string, string)Documentation for this section has not yet been entered. |
| InsertElementBefore(string, string, string, string)Documentation for this section has not yet been entered. |
| IsDescendant(XPathNavigator) : boolEvaluates if the current node of the argument XPathNavigator is a descendant of the current node of this instance. |
abstract | IsSamePosition(XPathNavigator) : boolEvaluates if the current node of the argument XPathNavigator is positioned as the same as the current node of this instance. |
| LookupNamespace(string) : stringDocumentation for this section has not yet been entered. |
| LookupPrefix(string) : stringDocumentation for this section has not yet been entered. |
| Matches(string) : boolEvaluates if the current node matches with the argument XPath expression. The call to this method is equivalent to Matches (Compile (xpath)). |
| Matches(XPathExpression) : boolEvaluates if the current node matches with the argument XPath expression. |
abstract | MoveTo(XPathNavigator) : boolMoves the current node of this instance to the current node of the argument navigator. |
| MoveToAttribute(string, string) : boolMoves the current node to the specified attribute. |
| MoveToChild(XPathNodeType) : boolDocumentation for this section has not yet been entered. |
| MoveToChild(string, string) : boolDocumentation for this section has not yet been entered. |
| MoveToFirst() : boolMoves the current node to the first sibling node. |
abstract | MoveToFirstAttribute() : boolMoves the current node to the first attribute. |
abstract | MoveToFirstChild() : boolMoves the current node to the first child node. |
| MoveToFirstNamespace() : boolMoves the current node to the first namespace node. The call to this method is euivalent to MoveToFirstNamespace (XPathNamespaceScope.All). |
abstract | MoveToFirstNamespace(XPathNamespaceScope) : boolMoves the current node to the first namespace node, filtered by the argument scope. |
| MoveToFollowing(XPathNodeType) : boolDocumentation for this section has not yet been entered. |
| MoveToFollowing(string, string) : boolDocumentation for this section has not yet been entered. |
| MoveToFollowing(XPathNodeType, XPathNavigator) : boolDocumentation for this section has not yet been entered. |
| MoveToFollowing(string, string, XPathNavigator) : boolDocumentation for this section has not yet been entered. |
abstract | MoveToId(string) : boolMoves the current node to the node that matches with the specified ID. |
| MoveToNamespace(string) : boolMpves the current node to the namespace node that has the specified prefix. |
abstract | MoveToNext() : boolMoves the current node to the next sibling node. |
| MoveToNext(XPathNodeType) : boolDocumentation for this section has not yet been entered. |
| MoveToNext(string, string) : boolDocumentation for this section has not yet been entered. |
abstract | MoveToNextAttribute() : boolMoves the current node to the next attribute. |
| MoveToNextNamespace() : boolMoves the current node to the next namespace node. The call to this method is euivalent to MoveToNextNamespace (XPathNamespaceScope.All). |
abstract | MoveToNextNamespace(XPathNamespaceScope) : boolMoves the current node to the next namespace node, filtered by the argument scope. |
abstract | MoveToParent() : boolMoves the current node to the parent node. If the current node is attribute, then it moves to the owner element node. It also applies to the current node is namespace (note that the parent node of a namespace node is not always local parent node).
|
abstract | MoveToPrevious() : boolMoves the current node to the previous sibling node. |
| MoveToRoot()Moves the current node to the document root. This method never fails. |
| PrependChild() : System.Xml.XmlWriterDocumentation for this section has not yet been entered. |
| PrependChild(string)Documentation for this section has not yet been entered. |
| PrependChild(System.Xml.XmlReader)Documentation for this section has not yet been entered. |
| PrependChild(XPathNavigator)Documentation for this section has not yet been entered. |
| PrependChildElement(string, string, string, string)Documentation for this section has not yet been entered. |
| ReadSubtree() : System.Xml.XmlReaderDocumentation for this section has not yet been entered. |
| ReplaceRange(XPathNavigator) : System.Xml.XmlWriterDocumentation for this section has not yet been entered. |
| ReplaceSelf(string)Documentation for this section has not yet been entered. |
| ReplaceSelf(System.Xml.XmlReader)Documentation for this section has not yet been entered. |
| ReplaceSelf(XPathNavigator)Documentation for this section has not yet been entered. |
| Select(string) : XPathNodeIteratorEvaluates an XPath expression that returns XPath node-set and returns the result. The call to this method is equivalent to Select (Compile (xpath)). |
| Select(XPathExpression) : XPathNodeIteratorEvaluates an XPath expression that returns XPath node-set and returns the result. This method is the same as the result of Select (Compile (xpath)). |
| Select(string, System.Xml.IXmlNamespaceResolver) : XPathNodeIteratorDocumentation for this section has not yet been entered. |
| SelectAncestors(XPathNodeType, bool) : XPathNodeIteratorSelects the ancestor nodes and optionally the current node itself that has specific node type. |
| SelectAncestors(string, string, bool) : XPathNodeIteratorSelects the ancestor nodes and optionally the current node itself that has specific qualified name of the current node of this instance. The typical usage of this method is internal XPath evaluation of "ancestor::foo" or "ancestor-or-self::bar". |
| SelectChildren(XPathNodeType) : XPathNodeIteratorSelects the child nodes that has specific qualified name. |
| SelectChildren(string, string) : XPathNodeIteratorSelects the child nodes that has specific qualified name. |
| SelectDescendants(XPathNodeType, bool) : XPathNodeIteratorSelects the descendant nodes and optionally the current node itself that has specific node type. |
| SelectDescendants(string, string, bool) : XPathNodeIteratorSelects the descendant nodes and optionally the current node itself that has specific qualified name of the current node of this instance. The typical usage of this method is internal XPath evaluation of "descendant::foo" or "descendant-or-self::bar". |
| SelectSingleNode(string) : XPathNavigatorDocumentation for this section has not yet been entered. |
| SelectSingleNode(XPathExpression) : XPathNavigatorDocumentation for this section has not yet been entered. |
| SelectSingleNode(string, System.Xml.IXmlNamespaceResolver) : XPathNavigatorDocumentation for this section has not yet been entered. |
| SetTypedValue(object)Documentation for this section has not yet been entered. |
| SetValue(string)Documentation for this section has not yet been entered. |
override | ToString() : stringOverriden. Returns the node value of the current node. The value is equivalent to XPathNavigator.Value property. |
override | ValueAs(Type, System.Xml.IXmlNamespaceResolver) : objectDocumentation for this section has not yet been entered. |
| WriteSubtree(System.Xml.XmlWriter)Documentation for this section has not yet been entered. |