System::Xml::XPath::XPathNavigator::SelectDescendants méthode
Contenu
[
Cacher
]XPathNavigator::SelectDescendants(String, String, bool) method
Sélectionne tous les nœuds descendants du nœud actuel avec le nom local et l’URI d’espace de noms spécifiés.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectDescendants(String name, String namespaceURI, bool matchSelf)
| Paramètre | Type | Description |
|---|---|---|
| nom | String | Le nom local des nœuds descendants. |
| namespaceURI | String | L’URI d’espace de noms des nœuds descendants. |
| matchSelf | bool | true pour inclure le nœud de contexte dans la sélection ; sinon, false. |
ReturnValue
Un XPathNodeIterator qui contient les nœuds sélectionnés.
Voir aussi
- Typedef SharedPtr
- Class XPathNodeIterator
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::SelectDescendants(XPathNodeType, bool) method
Sélectionne tous les nœuds descendants du nœud actuel qui ont un XPathNodeType correspondant.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectDescendants(XPathNodeType type, bool matchSelf)
| Paramètre | Type | Description |
|---|---|---|
| type | XPathNodeType | Le XPathNodeType des nœuds descendants. |
| matchSelf | bool | true pour inclure le nœud de contexte dans la sélection ; sinon, false. |
ReturnValue
Un XPathNodeIterator qui contient les nœuds sélectionnés.
Voir aussi
- Typedef SharedPtr
- Class XPathNodeIterator
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++