System::Xml::XPath::XPathNavigator::MoveToFollowing metodo
XPathNavigator::MoveToFollowing(String, String) method
Sposta il XPathNavigator sull’elemento con il nome locale e l’URI dello spazio dei nomi specificati in ordine di documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | Stringa | Il nome locale dell’elemento. |
| namespaceURI | Stringa | 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.Font for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
Sposta il XPathNavigator sull’elemento con il nome locale e l’URI dello spazio dei nomi specificati, fino al limite specificato, in ordine di documento.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localName | Stringa | Il nome locale dell’elemento. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi dell’elemento. |
| end | SharedPtr<XPathNavigator> | L’oggetto XPathNavigator posizionato sul confine 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.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
Sposta il XPathNavigator sull’elemento successivo del XPathNodeType specificato in ordine di 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.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
Sposta il XPathNavigator sull’elemento successivo del XPathNodeType specificato, fino 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 confine 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.Font for C++