System::Xml::XPath::XPathNavigator::MoveToFollowing método
XPathNavigator::MoveToFollowing(String, String) method
Mueve el XPathNavigator al elemento con el nombre local y el URI del espacio de nombres especificados en orden de documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | String | El nombre local del elemento. |
| namespaceURI | String | El URI del espacio de nombres del elemento. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ver también
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
Mueve el XPathNavigator al elemento con el nombre local y el URI del espacio de nombres especificados, hasta el límite especificado, en orden de documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | String | El nombre local del elemento. |
| namespaceURI | String | El URI del espacio de nombres del elemento. |
| end | SharedPtr<XPathNavigator> | El objeto XPathNavigator posicionado en el límite del elemento que el XPathNavigator actual no superará mientras busca el siguiente elemento. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ver también
- Class String
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
Mueve el XPathNavigator al siguiente elemento del XPathNodeType especificado en orden de documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| Parámetro | Tipo | Descripción |
|---|---|---|
| type | XPathNodeType | El XPathNodeType del elemento. El XPathNodeType no puede ser XPathNodeType::Attribute o XPathNodeType::Namespace. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ver también
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
Mueve el XPathNavigator al siguiente elemento del XPathNodeType especificado, hasta el límite especificado, en orden de documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| Parámetro | Tipo | Descripción |
|---|---|---|
| type | XPathNodeType | El XPathNodeType del elemento. El XPathNodeType no puede ser XPathNodeType::Attribute o XPathNodeType::Namespace. |
| end | SharedPtr<XPathNavigator> | El objeto XPathNavigator posicionado en el límite del elemento que el XPathNavigator actual no superará mientras busca el siguiente elemento. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ver también
- Enum XPathNodeType
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++