System::Xml::XPath::XPathNavigator::MoveToNamespace メソッド

XPathNavigator::MoveToNamespace method

XPathNavigator を指定された名前空間プレフィックスを持つ名前空間ノードへ移動させます。

virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
パラメーター説明
nameString名前空間ノードの名前空間プレフィックスです。

ReturnValue

true 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.

参照