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.
参照
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
派生クラスでオーバーライドされた場合、指定された XPathNamespaceScope に一致する次の名前空間ノードへ XPathNavigator を移動します。
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| namespaceScope | XPathNamespaceScope | 名前空間スコープを記述する 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.
参照
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++