XPathNavigator::MoveToNamespace Method (String^)
Moves the XPathNavigator to the namespace node with the specified namespace prefix.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
-
Type:
System::String^
The namespace prefix of the namespace node.
Return Value
Type: System::Booleantrue if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.
After the XPathNavigator has been moved to the namespace node, the Name property reflects the name of the namespace.
When the XPathNavigator is positioned on a namespace node, the methods MoveToNext, MoveToPrevious, and MoveToFirst are not applicable. These methods always return false and do not change the position of the XPathNavigator. Rather, you can call MoveToNextNamespace to move to the next namespace node.
After the XPathNavigator is positioned on a namespace node, you can call MoveToParent to move back to the element node.
For a definition of namespace nodes, see section 5.4 of the W3C XML Path Language (XPath) recommendation located at http://www.w3.org/TR/xpath#data-model.
Available since 1.1
Silverlight
Available since 4.0