XdmNavigator MethodsXdmNavigator MethodsXdmNavigator Methods

The XdmNavigatorXdmNavigatorXdmNavigator type exposes the following members.

Methods

 MethodDescription
Public methodXPathNavigator.AppendChildXPathNavigator.AppendChildXPathNavigator::AppendChildReturns 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::AppendChildCreates 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::AppendChildCreates 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::AppendChildCreates 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::AppendChildElementCreates 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::CheckValidityVerifies 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::CloneWhen 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::ComparePositionCompares 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::CompileCompiles 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::CreateAttributeCreates 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::CreateAttributesReturns 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::CreateNavigatorReturns a copy of the XPathNavigatorXPathNavigatorXPathNavigator.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.DeleteRangeXPathNavigator.DeleteRangeXPathNavigator::DeleteRangeDeletes 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::DeleteSelfDeletes the current node and its child nodes.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.EvaluateXPathNavigator.EvaluateXPathNavigator::EvaluateEvaluates 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::EvaluateEvaluates 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::EvaluateEvaluates the XPathExpressionXPathExpressionXPathExpression and returns the typed result.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.EvaluateXPathNavigator.EvaluateXPathNavigator::EvaluateUses 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::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.GetAttributeXPathNavigator.GetAttributeXPathNavigator::GetAttributeGets 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::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.GetNamespaceXPathNavigator.GetNamespaceXPathNavigator::GetNamespaceReturns 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::GetNamespacesInScopeReturns the in-scope namespaces of the current node.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodHasLineInfoHasLineInfoHasLineInfo Gets a value indicating whether the class can return line information.
Public methodXPathNavigator.InsertAfterXPathNavigator.InsertAfterXPathNavigator::InsertAfterReturns 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::InsertAfterCreates 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::InsertAfterCreates 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::InsertAfterCreates 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::InsertBeforeReturns 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::InsertBeforeCreates 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::InsertBeforeCreates 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::InsertBeforeCreates 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::InsertElementAfterCreates 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::InsertElementBeforeCreates 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::IsDescendantDetermines 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::IsSamePositionWhen 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::LookupNamespaceGets the namespace URI for the specified prefix.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.LookupPrefixXPathNavigator.LookupPrefixXPathNavigator::LookupPrefixGets the prefix declared for the specified namespace URI.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MatchesXPathNavigator.MatchesXPathNavigator::MatchesDetermines 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::MatchesDetermines whether the current node matches the specified XPathExpressionXPathExpressionXPathExpression.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathNavigator.MoveToXPathNavigator.MoveToXPathNavigator::MoveToWhen 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::MoveToAttributeMoves 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::MoveToChildMoves 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::MoveToChildMoves 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::MoveToFirstMoves 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::MoveToFirstAttributeWhen 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::MoveToFirstChildWhen 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::MoveToFirstNamespaceMoves 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::MoveToFirstNamespaceWhen 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::MoveToFollowingMoves 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::MoveToFollowingMoves 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::MoveToFollowingMoves 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::MoveToFollowingMoves 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::MoveToIdWhen 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::MoveToNamespaceMoves 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::MoveToNextWhen 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::MoveToNextMoves 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::MoveToNextMoves 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::MoveToNextAttributeWhen 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::MoveToNextNamespaceMoves the XPathNavigatorXPathNavigatorXPathNavigator to the next namespace node.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.MoveToNextNamespaceXPathNavigator.MoveToNextNamespaceXPathNavigator::MoveToNextNamespaceWhen 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::MoveToParentWhen 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::MoveToPreviousWhen 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::MoveToRootMoves 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::PrependChildReturns 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::PrependChildCreates 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::PrependChildCreates 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::PrependChildCreates 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::PrependChildElementCreates 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::ReadSubtreeReturns 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::ReplaceRangeReplaces 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::ReplaceSelfReplaces 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::ReplaceSelfReplaces 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::ReplaceSelfReplaces 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::SelectSelects a node set, using the specified XPath expression.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectXPathNavigator.SelectXPathNavigator::SelectSelects 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::SelectSelects a node set using the specified XPathExpressionXPathExpressionXPathExpression.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SelectAncestorsXPathNavigator.SelectAncestorsXPathNavigator::SelectAncestorsSelects 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::SelectAncestorsSelects 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::SelectChildrenSelects 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::SelectChildrenSelects 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::SelectDescendantsSelects 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::SelectDescendantsSelects 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::SelectSingleNodeSelects 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::SelectSingleNodeSelects 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::SelectSingleNodeSelects 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::SetTypedValueSets the typed value of the current node.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.SetValueXPathNavigator.SetValueXPathNavigator::SetValueSets the value of the current node.(Inherited from System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator)
Public methodXPathNavigator.ToStringXPathNavigator.ToStringXPathNavigator::ToStringGets the text value of the current node.(Overrides Object.ToStringObject.ToStringObject::ToString)
Public methodUniqueIdUniqueIdUniqueId Returns a stringStringString value which acts as a unique identifier for the current node in the context of the containing fragment.
Public methodUnparsedEntityPublicIdUnparsedEntityPublicIdUnparsedEntityPublicId Returns the public identifier of the specified entity name.
Public methodUnparsedEntitySystemIdUnparsedEntitySystemIdUnparsedEntitySystemId Returns the system identifier of the specified entity name.
Public methodXPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAsReturns the item's value as the specified type.(Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)
Public methodXPathNavigator.ValueAsXPathNavigator.ValueAsXPathNavigator::ValueAsGets 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::WriteSubtreeStreams 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