Metodo System::Xml::XPath::XPathNavigator::SelectDescendants
Contenuti
[
Nascondere
]XPathNavigator::SelectDescendants(String, String, bool) method
Seleziona tutti i nodi discendenti del nodo corrente con il nome locale e l’URI dello spazio dei nomi specificati.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectDescendants(String name, String namespaceURI, bool matchSelf)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome locale dei nodi discendenti. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi dei nodi discendenti. |
| matchSelf | bool | true per includere il nodo di contesto nella selezione; altrimenti, false. |
ReturnValue
Un XPathNodeIterator che contiene i nodi selezionati.
Vedi anche
- Typedef SharedPtr
- Class XPathNodeIterator
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::SelectDescendants(XPathNodeType, bool) method
Seleziona tutti i nodi discendenti del nodo corrente che hanno un XPathNodeType corrispondente.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectDescendants(XPathNodeType type, bool matchSelf)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type | XPathNodeType | Il XPathNodeType dei nodi discendenti. |
| matchSelf | bool | true per includere il nodo di contesto nella selezione; altrimenti, false. |
ReturnValue
Un XPathNodeIterator che contiene i nodi selezionati.
Vedi anche
- Typedef SharedPtr
- Class XPathNodeIterator
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++