System::Xml::XPath::XPathNavigator::PrependChild méthode
Contenu
[
Cacher
]XPathNavigator::PrependChild() method
Retourne un objet XmlWriter utilisé pour créer un nouveau nœud enfant au début de la liste des nœuds enfants du nœud actuel.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::PrependChild()
ReturnValue
Un objet XmlWriter utilisé pour créer un nouveau nœud enfant au début de la liste des nœuds enfants du nœud actuel.
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::PrependChild(SharedPtr<XmlReader>) method
Crée un nouveau nœud enfant au début de la liste des nœuds enfants du nœud actuel en utilisant le contenu XML de l’objet XmlReader spécifié.
virtual void System::Xml::XPath::XPathNavigator::PrependChild(SharedPtr<XmlReader> newChild)
| Paramètre | Type | Description |
|---|---|---|
| newChild | SharedPtr<XmlReader> | Un objet XmlReader positionné sur les données XML du nouveau nœud enfant. |
Voir aussi
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::PrependChild(SharedPtr<XPathNavigator>) method
Crée un nouveau nœud enfant au début de la liste des nœuds enfants du nœud actuel en utilisant les nœuds de l’objet XPathNavigator spécifié.
virtual void System::Xml::XPath::XPathNavigator::PrependChild(SharedPtr<XPathNavigator> newChild)
| Paramètre | Type | Description |
|---|---|---|
| newChild | SharedPtr<XPathNavigator> | Un objet XPathNavigator positionné sur le nœud à ajouter comme nouveau nœud enfant. |
Voir aussi
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::PrependChild(String) method
Crée un nouveau nœud enfant au début de la liste des nœuds enfants du nœud actuel en utilisant la chaîne XML spécifiée.
virtual void System::Xml::XPath::XPathNavigator::PrependChild(String newChild)
| Paramètre | Type | Description |
|---|---|---|
| nouvelEnfant | String | La chaîne de données XML pour le nouveau nœud enfant. |
Voir aussi
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++