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

XPathNavigator::MoveToNextNamespace() method

XPathNavigator を次の名前空間ノードへ移動します。

bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()

ReturnValue

true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

参照

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

派生クラスでオーバーライドされた場合、指定された XPathNamespaceScope に一致する次の名前空間ノードへ XPathNavigator を移動します。

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
パラメーター説明
namespaceScopeXPathNamespaceScope名前空間スコープを記述する XPathNamespaceScope 値。

ReturnValue

true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

参照