Metodo System::Xml::XPath::XPathNavigator::SelectChildren
Contenuti
[
Nascondere
]XPathNavigator::SelectChildren(String, String) method
Seleziona tutti i nodi figlio del nodo corrente che hanno il nome locale e l’URI dello spazio dei nomi specificati.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectChildren(String name, String namespaceURI)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome | Stringa | Il nome locale dei nodi figlio. |
| namespaceURI | Stringa | L’URI dello spazio dei nomi dei nodi figlio. |
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::SelectChildren(XPathNodeType) method
Seleziona tutti i nodi figlio del nodo corrente che hanno il XPathNodeType corrispondente.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectChildren(XPathNodeType type)
| Parametro | Tipo | Descrizione |
|---|---|---|
| type | XPathNodeType | Il XPathNodeType dei nodi figlio. |
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++