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.Font for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
当在派生类中重写时,将 XPathNavigator 移动到匹配指定的 XPathNamespaceScope 的下一个命名空间节点。
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.Font for C++