|
| override string | ToString () |
| |
| virtual void | SetValue (string value) |
| |
| virtual void | SetTypedValue (object typedValue) |
| |
| override object | ValueAs (Type returnType, IXmlNamespaceResolver? nsResolver) |
| |
| virtual XPathNavigator | CreateNavigator () |
| |
| virtual ? string | LookupNamespace (string prefix) |
| |
| virtual ? string | LookupPrefix (string namespaceURI) |
| |
| virtual IDictionary< string, string > | GetNamespacesInScope (XmlNamespaceScope scope) |
| |
| XPathNavigator | Clone () |
| |
| virtual XmlReader | ReadSubtree () |
| |
| virtual void | WriteSubtree (XmlWriter writer) |
| |
| virtual string | GetAttribute (string localName, string namespaceURI) |
| |
| virtual bool | MoveToAttribute (string localName, string namespaceURI) |
| |
| bool | MoveToFirstAttribute () |
| |
| bool | MoveToNextAttribute () |
| |
| virtual string | GetNamespace (string name) |
| |
| virtual bool | MoveToNamespace (string name) |
| |
| bool | MoveToFirstNamespace (XPathNamespaceScope namespaceScope) |
| |
| bool | MoveToNextNamespace (XPathNamespaceScope namespaceScope) |
| |
| bool | MoveToFirstNamespace () |
| |
| bool | MoveToNextNamespace () |
| |
| bool | MoveToNext () |
| |
| bool | MoveToPrevious () |
| |
| virtual bool | MoveToFirst () |
| |
| bool | MoveToFirstChild () |
| |
| bool | MoveToParent () |
| |
| virtual void | MoveToRoot () |
| |
| bool | MoveTo (XPathNavigator other) |
| |
| bool | MoveToId (string id) |
| |
| virtual bool | MoveToChild (string localName, string namespaceURI) |
| |
| virtual bool | MoveToChild (XPathNodeType type) |
| |
| virtual bool | MoveToFollowing (string localName, string namespaceURI) |
| |
| virtual bool | MoveToFollowing (string localName, string namespaceURI, XPathNavigator? end) |
| |
| virtual bool | MoveToFollowing (XPathNodeType type) |
| |
| virtual bool | MoveToFollowing (XPathNodeType type, XPathNavigator? end) |
| |
| virtual bool | MoveToNext (string localName, string namespaceURI) |
| |
| virtual bool | MoveToNext (XPathNodeType type) |
| |
| bool | IsSamePosition (XPathNavigator other) |
| |
| virtual bool | IsDescendant ([NotNullWhen(true)] XPathNavigator? nav) |
| |
| virtual XmlNodeOrder | ComparePosition (XPathNavigator? nav) |
| |
| virtual bool | CheckValidity (XmlSchemaSet schemas, ValidationEventHandler validationEventHandler) |
| |
| virtual XPathExpression | Compile (string xpath) |
| |
| virtual ? XPathNavigator | SelectSingleNode (string xpath) |
| |
| virtual ? XPathNavigator | SelectSingleNode (string xpath, IXmlNamespaceResolver? resolver) |
| |
| virtual ? XPathNavigator | SelectSingleNode (XPathExpression expression) |
| |
| virtual XPathNodeIterator | Select (string xpath) |
| |
| virtual XPathNodeIterator | Select (string xpath, IXmlNamespaceResolver? resolver) |
| |
| virtual XPathNodeIterator | Select (XPathExpression expr) |
| |
| virtual object | Evaluate (string xpath) |
| |
| virtual object | Evaluate (string xpath, IXmlNamespaceResolver? resolver) |
| |
| virtual object | Evaluate (XPathExpression expr) |
| |
| virtual object | Evaluate (XPathExpression expr, XPathNodeIterator? context) |
| |
| virtual bool | Matches (XPathExpression expr) |
| |
| virtual bool | Matches (string xpath) |
| |
| virtual XPathNodeIterator | SelectChildren (XPathNodeType type) |
| |
| virtual XPathNodeIterator | SelectChildren (string name, string namespaceURI) |
| |
| virtual XPathNodeIterator | SelectAncestors (XPathNodeType type, bool matchSelf) |
| |
| virtual XPathNodeIterator | SelectAncestors (string name, string namespaceURI, bool matchSelf) |
| |
| virtual XPathNodeIterator | SelectDescendants (XPathNodeType type, bool matchSelf) |
| |
| virtual XPathNodeIterator | SelectDescendants (string name, string namespaceURI, bool matchSelf) |
| |
| virtual XmlWriter | PrependChild () |
| |
| virtual XmlWriter | AppendChild () |
| |
| virtual XmlWriter | InsertAfter () |
| |
| virtual XmlWriter | InsertBefore () |
| |
| virtual XmlWriter | CreateAttributes () |
| |
| virtual XmlWriter | ReplaceRange (XPathNavigator lastSiblingToReplace) |
| |
| virtual void | ReplaceSelf (string newNode) |
| |
| virtual void | ReplaceSelf (XmlReader newNode) |
| |
| virtual void | ReplaceSelf (XPathNavigator newNode) |
| |
| virtual void | AppendChild (string newChild) |
| |
| virtual void | AppendChild (XmlReader newChild) |
| |
| virtual void | AppendChild (XPathNavigator newChild) |
| |
| virtual void | PrependChild (string newChild) |
| |
| virtual void | PrependChild (XmlReader newChild) |
| |
| virtual void | PrependChild (XPathNavigator newChild) |
| |
| virtual void | InsertBefore (string newSibling) |
| |
| virtual void | InsertBefore (XmlReader newSibling) |
| |
| virtual void | InsertBefore (XPathNavigator newSibling) |
| |
| virtual void | InsertAfter (string newSibling) |
| |
| virtual void | InsertAfter (XmlReader newSibling) |
| |
| virtual void | InsertAfter (XPathNavigator newSibling) |
| |
| virtual void | DeleteRange (XPathNavigator lastSiblingToDelete) |
| |
| virtual void | DeleteSelf () |
| |
| virtual void | PrependChildElement (string prefix, string localName, string namespaceURI, string value) |
| |
| virtual void | AppendChildElement (string prefix, string localName, string namespaceURI, string value) |
| |
| virtual void | InsertElementBefore (string prefix, string localName, string namespaceURI, string value) |
| |
| virtual void | InsertElementAfter (string prefix, string localName, string namespaceURI, string value) |
| |
| virtual void | CreateAttribute (string prefix, string localName, string namespaceURI, string value) |
| |
| virtual object | ValueAs (Type returnType) |
| |
Definition at line 14 of file XPathNavigator.cs.