System::Xml::XPath::XPathNavigator::MoveToFollowing metodo
XPathNavigator::MoveToFollowing(String, String) method
Sposta il XPathNavigator sull’elemento con il nome locale e l’URI di spazio dei nomi specificati nell’ordine del documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | String | Il nome locale dell’elemento. |
| namespaceURI | String | L’URI dello spazio dei nomi dell’elemento. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Vedi anche
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
Sposta il XPathNavigator sull’elemento con il nome locale e l’URI di spazio dei nomi specificati, fino al limite specificato, nell’ordine del documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | String | Il nome locale dell’elemento. |
| namespaceURI | String | L’URI dello spazio dei nomi dell’elemento. |
| end | SharedPtr<XPathNavigator> | L’oggetto XPathNavigator posizionato sul limite dell’elemento che il XPathNavigator corrente non supererà durante la ricerca dell’elemento successivo. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Vedi anche
- Class String
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
Sposta il XPathNavigator sull’elemento successivo del XPathNodeType specificato nell’ordine del documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type | XPathNodeType | Il XPathNodeType dell’elemento. Il XPathNodeType non può essere XPathNodeType::Attribute o XPathNodeType::Namespace. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Vedi anche
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
Sposta il XPathNavigator all’elemento successivo del XPathNodeType specificato, al limite specificato, in ordine di documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type | XPathNodeType | Il XPathNodeType dell’elemento. Il XPathNodeType non può essere XPathNodeType::Attribute o XPathNodeType::Namespace. |
| end | SharedPtr<XPathNavigator> | L’oggetto XPathNavigator posizionato sul limite dell’elemento che il XPathNavigator corrente non supererà durante la ricerca dell’elemento successivo. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Vedi anche
- Enum XPathNodeType
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++