XdmNavigator ClassXdmNavigator ClassXdmNavigator Class

Provides an extension of XPathNavigatorXPathNavigatorXPathNavigator which exposes accessors from the XQuery 1.0 and XPath 2.0 Data Model not available with XPathNavigatorXPathNavigatorXPathNavigator.

Syntax

Public MustInherit Class XdmNavigator _
        Inherits System.Xml.XPath.XPathNavigator
public abstract class XdmNavigator : System.Xml.XPath.XPathNavigator
public:
ref class XdmNavigator abstract : System.Xml.XPath::XPathNavigator^
 
The XdmNavigatorXdmNavigatorXdmNavigator type exposes the following members.

Constructors

 ConstructorDescription
Protected methodXdmNavigatorXdmNavigatorXdmNavigator

Top

Properties

 PropertyDescription
Public propertyXPathNavigator.BaseURIXPathNavigator.BaseURIXPathNavigator::BaseURI When overridden in a derived class, gets the base URI for the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.CanEditXPathNavigator.CanEditXPathNavigator::CanEdit Gets a value indicating whether the XPathNavigatorXPathNavigatorXPathNavigator can edit the underlying XML data. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyDocumentURIDocumentURIDocumentURI Gets the document URI.
Public propertyXPathNavigator.HasAttributesXPathNavigator.HasAttributesXPathNavigator::HasAttributes Gets a value indicating whether the current node has any attributes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.HasChildrenXPathNavigator.HasChildrenXPathNavigator::HasChildren Gets a value indicating whether the current node has any child nodes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.InnerXmlXPathNavigator.InnerXmlXPathNavigator::InnerXml Gets or sets the markup representing the child nodes of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.IsEmptyElementXPathNavigator.IsEmptyElementXPathNavigator::IsEmptyElement When overridden in a derived class, gets a value indicating whether the current node is an empty element without an end element tag. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyIsIdIsIdIsId Gets a value indicating whether the current node is an XML ID.
Public propertyIsIdrefsIsIdrefsIsIdrefs Gets a value indicating whether the current node is an XML IDREF or IDREFS.
Public propertyXPathNavigator.IsNodeXPathNavigator.IsNodeXPathNavigator::IsNode Gets a value indicating if the current node represents an XPath node. (Overrides XPathItem.IsNodeXPathItem.IsNodeXPathItem::IsNode)
Public propertyXPathNavigator.LocalNameXPathNavigator.LocalNameXPathNavigator::LocalName When overridden in a derived class, gets the NameNameName of the current node without any namespace prefix. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NameXPathNavigator.NameXPathNavigator::Name When overridden in a derived class, gets the qualified name of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NamespaceURIXPathNavigator.NamespaceURIXPathNavigator::NamespaceURI When overridden in a derived class, gets the namespace URI of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NameTableXPathNavigator.NameTableXPathNavigator::NameTable When overridden in a derived class, gets the XmlNameTableXmlNameTableXmlNameTable of the XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.NodeTypeXPathNavigator.NodeTypeXPathNavigator::NodeType When overridden in a derived class, gets the XPathNodeTypeXPathNodeTypeXPathNodeType of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.OuterXmlXPathNavigator.OuterXmlXPathNavigator::OuterXml Gets or sets the markup representing the opening and closing tags of the current node and its child nodes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.PrefixXPathNavigator.PrefixXPathNavigator::Prefix When overridden in a derived class, gets the namespace prefix associated with the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.SchemaInfoXPathNavigator.SchemaInfoXPathNavigator::SchemaInfo Gets the schema information that has been assigned to the current node as a result of schema validation. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.TypedValueXPathNavigator.TypedValueXPathNavigator::TypedValue Gets the current node as a boxed object of the most appropriate .NET Framework type. (Overrides XPathItem.TypedValueXPathItem.TypedValueXPathItem::TypedValue)
Public propertyXPathNavigator.UnderlyingObjectXPathNavigator.UnderlyingObjectXPathNavigator::UnderlyingObject Used by XPathNavigatorXPathNavigatorXPathNavigator implementations which provide a "virtualized" XML view over a store, to provide access to underlying objects. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathItem.ValueXPathItem.ValueXPathItem::Value When overridden in a derived class, gets the string value of the item. (Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)
Public propertyXPathNavigator.ValueAsBooleanXPathNavigator.ValueAsBooleanXPathNavigator::ValueAsBoolean Gets the current node's value as a boolBooleanbool. (Overrides XPathItem.ValueAsBooleanXPathItem.ValueAsBooleanXPathItem::ValueAsBoolean)
Public propertyXPathNavigator.ValueAsDateTimeXPathNavigator.ValueAsDateTimeXPathNavigator::ValueAsDateTime Gets the current node's value as a DateTimeDateDateTime. (Overrides XPathItem.ValueAsDateTimeXPathItem.ValueAsDateTimeXPathItem::ValueAsDateTime)
Public propertyXPathNavigator.ValueAsDoubleXPathNavigator.ValueAsDoubleXPathNavigator::ValueAsDouble Gets the current node's value as a doubleDoubledouble. (Overrides XPathItem.ValueAsDoubleXPathItem.ValueAsDoubleXPathItem::ValueAsDouble)
Public propertyXPathNavigator.ValueAsIntXPathNavigator.ValueAsIntXPathNavigator::ValueAsInt Gets the current node's value as an intIntegerint. (Overrides XPathItem.ValueAsIntXPathItem.ValueAsIntXPathItem::ValueAsInt)
Public propertyXPathNavigator.ValueAsLongXPathNavigator.ValueAsLongXPathNavigator::ValueAsLong Gets the current node's value as an longLonglong. (Overrides XPathItem.ValueAsLongXPathItem.ValueAsLongXPathItem::ValueAsLong)
Public propertyXPathNavigator.ValueTypeXPathNavigator.ValueTypeXPathNavigator::ValueType Gets the .NET Framework TypeTypeType of the current node. (Overrides XPathItem.ValueTypeXPathItem.ValueTypeXPathItem::ValueType)
Public propertyXPathNavigator.XmlLangXPathNavigator.XmlLangXPathNavigator::XmlLang Gets the xml:lang scope for the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public propertyXPathNavigator.XmlTypeXPathNavigator.XmlTypeXPathNavigator::XmlType Gets the XmlSchemaTypeXmlSchemaTypeXmlSchemaType information for the current node. (Overrides XPathItem.XmlTypeXPathItem.XmlTypeXPathItem::XmlType)

Top

Methods

 MethodDescription
Public methodXPathNavigator.AppendChildXPathNavigator.AppendChildXPathNavigator::AppendChild Returns an XmlWriterXmlWriterXmlWriter 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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.AppendChildXPathNavigator.AppendChildXPathNavigator::AppendChild Creates a new child node at the end of the list of child nodes of the current node using the XML data string specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.AppendChildXPathNavigator.AppendChildXPathNavigator::AppendChild Creates a new child node at the end of the list of child nodes of the current node using the XML contents of the XmlReaderXmlReaderXmlReader object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.AppendChildXPathNavigator.AppendChildXPathNavigator::AppendChild Creates a new child node at the end of the list of child nodes of the current node using the nodes in the XPathNavigatorXPathNavigatorXPathNavigator specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.AppendChildElementXPathNavigator.AppendChildElementXPathNavigator::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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.CheckValidityXPathNavigator.CheckValidityXPathNavigator::CheckValidity Verifies that the XML data in the XPathNavigatorXPathNavigatorXPathNavigator conforms to the XML Schema definition language (XSD) schema provided. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.CloneXPathNavigator.CloneXPathNavigator::Clone When overridden in a derived class, creates a new XPathNavigatorXPathNavigatorXPathNavigator positioned at the same node as this XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ComparePositionXPathNavigator.ComparePositionXPathNavigator::ComparePosition Compares the position of the current XPathNavigatorXPathNavigatorXPathNavigator with the position of the XPathNavigatorXPathNavigatorXPathNavigator specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.CompileXPathNavigator.CompileXPathNavigator::Compile Compiles a string representing an XPath expression and returns an XPathExpressionXPathExpressionXPathExpression object. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.CreateAttributeXPathNavigator.CreateAttributeXPathNavigator::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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.CreateAttributesXPathNavigator.CreateAttributesXPathNavigator::CreateAttributes Returns an XmlWriterXmlWriterXmlWriter object used to create new attributes on the current element. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.CreateNavigatorXPathNavigator.CreateNavigatorXPathNavigator::CreateNavigator Returns a copy of the XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.DeleteRangeXPathNavigator.DeleteRangeXPathNavigator::DeleteRange Deletes a range of sibling nodes from the current node to the node specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.DeleteSelfXPathNavigator.DeleteSelfXPathNavigator::DeleteSelf Deletes the current node and its child nodes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.EvaluateXPathNavigator.EvaluateXPathNavigator::Evaluate Evaluates the specified XPath expression and returns the typed result. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.EvaluateXPathNavigator.EvaluateXPathNavigator::Evaluate Evaluates the specified XPath expression and returns the typed result, using the IXmlNamespaceResolverIXmlNamespaceResolverIXmlNamespaceResolver object specified to resolve namespace prefixes in the XPath expression. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.EvaluateXPathNavigator.EvaluateXPathNavigator::Evaluate Evaluates the XPathExpressionXPathExpressionXPathExpression and returns the typed result. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.EvaluateXPathNavigator.EvaluateXPathNavigator::Evaluate Uses the supplied context to evaluate the XPathExpressionXPathExpressionXPathExpression, and returns the typed result. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.GetAttributeXPathNavigator.GetAttributeXPathNavigator::GetAttribute Gets the value of the attribute with the specified local name and namespace URI. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.GetNamespaceXPathNavigator.GetNamespaceXPathNavigator::GetNamespace Returns the value of the namespace node corresponding to the specified local name. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.GetNamespacesInScopeXPathNavigator.GetNamespacesInScopeXPathNavigator::GetNamespacesInScope Returns the in-scope namespaces of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.InsertAfterXPathNavigator.InsertAfterXPathNavigator::InsertAfter Returns an XmlWriterXmlWriterXmlWriter object used to create a new sibling node after the currently selected node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertAfterXPathNavigator.InsertAfterXPathNavigator::InsertAfter Creates a new sibling node after the currently selected node using the XML string specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertAfterXPathNavigator.InsertAfterXPathNavigator::InsertAfter Creates a new sibling node after the currently selected node using the XML contents of the XmlReaderXmlReaderXmlReader object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertAfterXPathNavigator.InsertAfterXPathNavigator::InsertAfter Creates a new sibling node after the currently selected node using the nodes in the XPathNavigatorXPathNavigatorXPathNavigator object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertBeforeXPathNavigator.InsertBeforeXPathNavigator::InsertBefore Returns an XmlWriterXmlWriterXmlWriter object used to create a new sibling node before the currently selected node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertBeforeXPathNavigator.InsertBeforeXPathNavigator::InsertBefore Creates a new sibling node before the currently selected node using the XML string specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertBeforeXPathNavigator.InsertBeforeXPathNavigator::InsertBefore Creates a new sibling node before the currently selected node using the XML contents of the XmlReaderXmlReaderXmlReader object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertBeforeXPathNavigator.InsertBeforeXPathNavigator::InsertBefore Creates a new sibling node before the currently selected node using the nodes in the XPathNavigatorXPathNavigatorXPathNavigator specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertElementAfterXPathNavigator.InsertElementAfterXPathNavigator::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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.InsertElementBeforeXPathNavigator.InsertElementBeforeXPathNavigator::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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.IsDescendantXPathNavigator.IsDescendantXPathNavigator::IsDescendant Determines whether the specified XPathNavigatorXPathNavigatorXPathNavigator is a descendant of the current XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.IsSamePositionXPathNavigator.IsSamePositionXPathNavigator::IsSamePosition When overridden in a derived class, determines whether the current XPathNavigatorXPathNavigatorXPathNavigator is at the same position as the specified XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.LookupNamespaceXPathNavigator.LookupNamespaceXPathNavigator::LookupNamespace Gets the namespace URI for the specified prefix. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.LookupPrefixXPathNavigator.LookupPrefixXPathNavigator::LookupPrefix Gets the prefix declared for the specified namespace URI. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MatchesXPathNavigator.MatchesXPathNavigator::Matches Determines whether the current node matches the specified XPath expression. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MatchesXPathNavigator.MatchesXPathNavigator::Matches Determines whether the current node matches the specified XPathExpressionXPathExpressionXPathExpression. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.MoveToXPathNavigator.MoveToXPathNavigator::MoveTo When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the same position as the specified XPathNavigatorXPathNavigatorXPathNavigator. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToAttributeXPathNavigator.MoveToAttributeXPathNavigator::MoveToAttribute Moves the XPathNavigatorXPathNavigatorXPathNavigator to the attribute with the matching local name and namespace URI. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToChildXPathNavigator.MoveToChildXPathNavigator::MoveToChild Moves the XPathNavigatorXPathNavigatorXPathNavigator to the child node with the local name and namespace URI specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToChildXPathNavigator.MoveToChildXPathNavigator::MoveToChild Moves the XPathNavigatorXPathNavigatorXPathNavigator to the child node of the XPathNodeTypeXPathNodeTypeXPathNodeType specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFirstXPathNavigator.MoveToFirstXPathNavigator::MoveToFirst Moves the XPathNavigatorXPathNavigatorXPathNavigator to the first sibling node of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFirstAttributeXPathNavigator.MoveToFirstAttributeXPathNavigator::MoveToFirstAttribute When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the first attribute of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFirstChildXPathNavigator.MoveToFirstChildXPathNavigator::MoveToFirstChild When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the first child node of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFirstNamespaceXPathNavigator.MoveToFirstNamespaceXPathNavigator::MoveToFirstNamespace Moves the XPathNavigatorXPathNavigatorXPathNavigator to first namespace node of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFirstNamespaceXPathNavigator.MoveToFirstNamespaceXPathNavigator::MoveToFirstNamespace When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the first namespace node that matches the XPathNamespaceScopeXPathNamespaceScopeXPathNamespaceScope specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFollowingXPathNavigator.MoveToFollowingXPathNavigator::MoveToFollowing Moves the XPathNavigatorXPathNavigatorXPathNavigator to the element with the local name and namespace URI specified in document order. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFollowingXPathNavigator.MoveToFollowingXPathNavigator::MoveToFollowing Moves the XPathNavigatorXPathNavigatorXPathNavigator to the element with the local name and namespace URI specified, to the boundary specified, in document order. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFollowingXPathNavigator.MoveToFollowingXPathNavigator::MoveToFollowing Moves the XPathNavigatorXPathNavigatorXPathNavigator to the following element of the XPathNodeTypeXPathNodeTypeXPathNodeType specified in document order. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToFollowingXPathNavigator.MoveToFollowingXPathNavigator::MoveToFollowing Moves the XPathNavigatorXPathNavigatorXPathNavigator to the following element of the XPathNodeTypeXPathNodeTypeXPathNodeType specified, to the boundary specified, in document order. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToIdXPathNavigator.MoveToIdXPathNavigator::MoveToId When overridden in a derived class, moves to the node that has an attribute of type ID whose value matches the specified stringStringString. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNamespaceXPathNavigator.MoveToNamespaceXPathNavigator::MoveToNamespace Moves the XPathNavigatorXPathNavigatorXPathNavigator to the namespace node with the specified namespace prefix. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextXPathNavigator.MoveToNextXPathNavigator::MoveToNext When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the next sibling node of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextXPathNavigator.MoveToNextXPathNavigator::MoveToNext Moves the XPathNavigatorXPathNavigatorXPathNavigator to the next sibling node with the local name and namespace URI specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextXPathNavigator.MoveToNextXPathNavigator::MoveToNext Moves the XPathNavigatorXPathNavigatorXPathNavigator to the next sibling node of the current node that matches the XPathNodeTypeXPathNodeTypeXPathNodeType specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextAttributeXPathNavigator.MoveToNextAttributeXPathNavigator::MoveToNextAttribute When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the next attribute. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextNamespaceXPathNavigator.MoveToNextNamespaceXPathNavigator::MoveToNextNamespace Moves the XPathNavigatorXPathNavigatorXPathNavigator to the next namespace node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextNamespaceXPathNavigator.MoveToNextNamespaceXPathNavigator::MoveToNextNamespace When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the next namespace node matching the XPathNamespaceScopeXPathNamespaceScopeXPathNamespaceScope specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToParentXPathNavigator.MoveToParentXPathNavigator::MoveToParent When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the parent node of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToPreviousXPathNavigator.MoveToPreviousXPathNavigator::MoveToPrevious When overridden in a derived class, moves the XPathNavigatorXPathNavigatorXPathNavigator to the previous sibling node of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToRootXPathNavigator.MoveToRootXPathNavigator::MoveToRoot Moves the XPathNavigatorXPathNavigatorXPathNavigator to the root node that the current node belongs to. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.PrependChildXPathNavigator.PrependChildXPathNavigator::PrependChild Returns an XmlWriterXmlWriterXmlWriter 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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.PrependChildXPathNavigator.PrependChildXPathNavigator::PrependChild Creates a new child node at the beginning of the list of child nodes of the current node using the XML string specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.PrependChildXPathNavigator.PrependChildXPathNavigator::PrependChild Creates a new child node at the beginning of the list of child nodes of the current node using the XML contents of the XmlReaderXmlReaderXmlReader object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.PrependChildXPathNavigator.PrependChildXPathNavigator::PrependChild Creates a new child node at the beginning of the list of child nodes of the current node using the nodes in the XPathNavigatorXPathNavigatorXPathNavigator object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.PrependChildElementXPathNavigator.PrependChildElementXPathNavigator::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.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ReadSubtreeXPathNavigator.ReadSubtreeXPathNavigator::ReadSubtree Returns an XmlReaderXmlReaderXmlReader object that contains the current node and its child nodes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ReplaceRangeXPathNavigator.ReplaceRangeXPathNavigator::ReplaceRange Replaces a range of sibling nodes from the current node to the node specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ReplaceSelfXPathNavigator.ReplaceSelfXPathNavigator::ReplaceSelf Replaces the current node with the content of the string specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ReplaceSelfXPathNavigator.ReplaceSelfXPathNavigator::ReplaceSelf Replaces the current node with the contents of the XmlReaderXmlReaderXmlReader object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ReplaceSelfXPathNavigator.ReplaceSelfXPathNavigator::ReplaceSelf Replaces the current node with the contents of the XPathNavigatorXPathNavigatorXPathNavigator object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectXPathNavigator.SelectXPathNavigator::Select Selects a node set, using the specified XPath expression. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectXPathNavigator.SelectXPathNavigator::Select Selects a node set using the specified XPath expression with the IXmlNamespaceResolverIXmlNamespaceResolverIXmlNamespaceResolver object specified to resolve namespace prefixes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectXPathNavigator.SelectXPathNavigator::Select Selects a node set using the specified XPathExpressionXPathExpressionXPathExpression. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectAncestorsXPathNavigator.SelectAncestorsXPathNavigator::SelectAncestors Selects all the ancestor nodes of the current node that have the specified local name and namespace URI. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectAncestorsXPathNavigator.SelectAncestorsXPathNavigator::SelectAncestors Selects all the ancestor nodes of the current node that have a matching XPathNodeTypeXPathNodeTypeXPathNodeType. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectChildrenXPathNavigator.SelectChildrenXPathNavigator::SelectChildren Selects all the child nodes of the current node that have the local name and namespace URI specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectChildrenXPathNavigator.SelectChildrenXPathNavigator::SelectChildren Selects all the child nodes of the current node that have the matching XPathNodeTypeXPathNodeTypeXPathNodeType. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectDescendantsXPathNavigator.SelectDescendantsXPathNavigator::SelectDescendants Selects all the descendant nodes of the current node with the local name and namespace URI specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectDescendantsXPathNavigator.SelectDescendantsXPathNavigator::SelectDescendants Selects all the descendant nodes of the current node that have a matching XPathNodeTypeXPathNodeTypeXPathNodeType. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectSingleNodeXPathNavigator.SelectSingleNodeXPathNavigator::SelectSingleNode Selects a single node in the XPathNavigatorXPathNavigatorXPathNavigator using the specified XPath query. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectSingleNodeXPathNavigator.SelectSingleNodeXPathNavigator::SelectSingleNode Selects a single node in the XPathNavigatorXPathNavigatorXPathNavigator object using the specified XPath query with the IXmlNamespaceResolverIXmlNamespaceResolverIXmlNamespaceResolver object specified to resolve namespace prefixes. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectSingleNodeXPathNavigator.SelectSingleNodeXPathNavigator::SelectSingleNode Selects a single node in the XPathNavigatorXPathNavigatorXPathNavigator using the specified XPathExpressionXPathExpressionXPathExpression object. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SetTypedValueXPathNavigator.SetTypedValueXPathNavigator::SetTypedValue Sets the typed value of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SetValueXPathNavigator.SetValueXPathNavigator::SetValue Sets the value of the current node. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ToStringXPathNavigator.ToStringXPathNavigator::ToString Gets the text value of the current node. (Overrides Object.ToStringObject.ToStringObject::ToString)
Public methodUnparsedEntityPublicDdUnparsedEntityPublicDdUnparsedEntityPublicDd Returns the public identifier of the specified entity name.
Public methodUnparsedEntitySystemDdUnparsedEntitySystemDdUnparsedEntitySystemDd Returns the system identifier of the specified entity name.
Public methodXPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAs Returns the item's value as the specified type. (Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)
Public methodXPathNavigator.ValueAsXPathNavigator.ValueAsXPathNavigator::ValueAs Gets the current node's value as the TypeTypeType specified, using the IXmlNamespaceResolverIXmlNamespaceResolverIXmlNamespaceResolver object specified to resolve namespace prefixes. (Overrides XPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAs)
Public methodXPathNavigator.WriteSubtreeXPathNavigator.WriteSubtreeXPathNavigator::WriteSubtree Streams the current node and its child nodes to the XmlWriterXmlWriterXmlWriter object specified. (Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)

Top