System::Xml::XPath::XPathNavigator::MoveToFirstNamespace method

XPathNavigator::MoveToFirstNamespace() method

現在のノードの最初の名前空間ノードに XPathNavigator を移動します。

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

ReturnValue

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

参照

XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method

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

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

ReturnValue

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

参照