Méthode System::Xml::XPath::XPathNavigator::MoveToChild
Contenu
[
Cacher
]XPathNavigator::MoveToChild(String, String) method
Déplace le XPathNavigator vers le nœud enfant dont le nom local et l’URI d’espace de noms sont spécifiés.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Paramètre | Type | Description |
|---|---|---|
| localName | String | Le nom local du nœud enfant vers lequel se déplacer. |
| namespaceURI | String | L’URI d’espace de noms du nœud enfant vers lequel se déplacer. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Voir aussi
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Déplace le XPathNavigator vers le nœud enfant du XPathNodeType spécifié.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Paramètre | Type | Description |
|---|---|---|
| type | XPathNodeType | Le XPathNodeType du nœud enfant vers lequel se déplacer. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Voir aussi
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++