XPathNavigator
XPathNavigator()
BaseURI
CanEdit
HasAttributes
HasChildren
InnerXml
IsEmptyElement
IsNode
LocalName
Name
NamespaceURI
NameTable
NavigatorComparer
NodeType
OuterXml
Prefix
SchemaInfo
TypedValue
UnderlyingObject
ValueAsBoolean
ValueAsDateTime
ValueAsDouble
ValueAsInt
ValueAsLong
ValueType
XmlLang
XmlType
AppendChild()
AppendChild(String)
AppendChild(XmlReader)
AppendChild(XPathNavigator)
AppendChildElement(String, String, String, String)
CheckValidity(XmlSchemaSet, ValidationEventHandler)
Clone()
ComparePosition(XPathNavigator)
Compile(String)
CreateAttribute(String, String, String, String)
CreateAttributes()
CreateNavigator()
DeleteRange(XPathNavigator)
DeleteSelf()
Evaluate(String)
Evaluate(XPathExpression)
Evaluate(String, IXmlNamespaceResolver)
Evaluate(XPathExpression, XPathNodeIterator)
GetAttribute(String, String)
GetNamespace(String)
GetNamespacesInScope(XmlNamespaceScope)
InsertAfter()
InsertAfter(String)
InsertAfter(XmlReader)
InsertAfter(XPathNavigator)
InsertBefore()
InsertBefore(String)
InsertBefore(XmlReader)
InsertBefore(XPathNavigator)
InsertElementAfter(String, String, String, String)
InsertElementBefore(String, String, String, String)
IsDescendant(XPathNavigator)
IsSamePosition(XPathNavigator)
LookupNamespace(String)
LookupPrefix(String)
Matches(String)
Matches(XPathExpression)
MoveTo(XPathNavigator)
MoveToAttribute(String, String)
MoveToChild(XPathNodeType)
MoveToChild(String, String)
MoveToFirst()
MoveToFirstAttribute()
MoveToFirstChild()
MoveToFirstNamespace()
MoveToFirstNamespace(XPathNamespaceScope)
MoveToFollowing(XPathNodeType)
MoveToFollowing(String, String)
MoveToFollowing(XPathNodeType, XPathNavigator)
MoveToFollowing(String, String, XPathNavigator)
MoveToId(String)
MoveToNamespace(String)
MoveToNext()
MoveToNext(XPathNodeType)
MoveToNext(String, String)
MoveToNextAttribute()
MoveToNextNamespace()
MoveToNextNamespace(XPathNamespaceScope)
MoveToParent()
MoveToPrevious()
MoveToRoot()
PrependChild()
PrependChild(String)
PrependChild(XmlReader)
PrependChild(XPathNavigator)
PrependChildElement(String, String, String, String)
ReadSubtree()
ReplaceRange(XPathNavigator)
ReplaceSelf(String)
ReplaceSelf(XmlReader)
ReplaceSelf(XPathNavigator)
Select(String)
Select(XPathExpression)
Select(String, IXmlNamespaceResolver)
SelectAncestors(XPathNodeType, Boolean)
SelectAncestors(String, String, Boolean)
SelectChildren(XPathNodeType)
SelectChildren(String, String)
SelectDescendants(XPathNodeType, Boolean)
SelectDescendants(String, String, Boolean)
SelectSingleNode(String)
SelectSingleNode(XPathExpression)
SelectSingleNode(String, IXmlNamespaceResolver)
SetTypedValue(Object)
SetValue(String)
ToString()
ValueAs(Type, IXmlNamespaceResolver)
WriteSubtree(XmlWriter)
net10.0
namespace System.Xml.XPath
{
public abstract class XPathNavigator : XPathItem, ICloneable, IXmlNamespaceResolver, IXPathNavigable
}
| nuget.org | 0.8 % Reference this API 0.1 % Derive from this class or interface |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 2.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Xml.ReaderWriter , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API