System::Xml::XPath::XPathNavigator::MoveToFollowing 方法
内容
[
隐藏
]XPathNavigator::MoveToFollowing(String, String) method
将 XPathNavigator 移动到文档顺序中具有指定本地名称和命名空间 URI 的元素。
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| 参数 | 类型 | 描述 |
|---|---|---|
| localName | String | 元素的本地名称。 |
| namespaceURI | String | 元素的命名空间 URI。 |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
另见
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
将 XPathNavigator 移动到文档顺序中具有指定本地名称和命名空间 URI 的元素,并移动到指定的边界。
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| 参数 | 类型 | 描述 |
|---|---|---|
| localName | String | 元素的本地名称。 |
| namespaceURI | String | 元素的命名空间 URI。 |
| end | SharedPtr<XPathNavigator> | 位于元素边界上的 XPathNavigator 对象,在搜索后续元素时,当前的 XPathNavigator 不会越过该边界。 |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
另见
- Class String
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
将 XPathNavigator 移动到文档顺序中指定的 XPathNodeType 的后续元素。
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| 参数 | 类型 | 描述 |
|---|---|---|
| type | XPathNodeType | 该元素的 XPathNodeType。该 XPathNodeType 不能是 XPathNodeType::Attribute 或 XPathNodeType::Namespace。 |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
另见
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
将 XPathNavigator 移动到文档顺序中指定的 XPathNodeType 的后续元素,并移动到指定的边界。
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| 参数 | 类型 | 描述 |
|---|---|---|
| type | XPathNodeType | 该元素的 XPathNodeType。该 XPathNodeType 不能是 XPathNodeType::Attribute 或 XPathNodeType::Namespace。 |
| end | SharedPtr<XPathNavigator> | 位于元素边界上的 XPathNavigator 对象,在搜索后续元素时,当前的 XPathNavigator 不会越过该边界。 |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
另见
- Enum XPathNodeType
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++