Méthode System::Xml::XPath::XPathNavigator::InsertAfter
Contenu
[
Cacher
]XPathNavigator::InsertAfter() method
Renvoie un objet XmlWriter utilisé pour créer un nouveau nœud frère après le nœud actuellement sélectionné.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::InsertAfter()
ReturnValue
Un objet XmlWriter utilisé pour créer un nouveau nœud frère après le nœud actuellement sélectionné.
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::InsertAfter(SharedPtr<XmlReader>) method
Crée un nouveau nœud frère après le nœud actuellement sélectionné en utilisant le contenu XML de l’objet XmlReader spécifié.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(SharedPtr<XmlReader> newSibling)
| Paramètre | Type | Description |
|---|---|---|
| newSibling | SharedPtr<XmlReader> | Un objet XmlReader positionné sur les données XML du nouveau nœud frère. |
Voir aussi
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::InsertAfter(SharedPtr<XPathNavigator>) method
Crée un nouveau nœud frère après le nœud actuellement sélectionné en utilisant les nœuds de l’objet XPathNavigator spécifié.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(SharedPtr<XPathNavigator> newSibling)
| Paramètre | Type | Description |
|---|---|---|
| newSibling | SharedPtr<XPathNavigator> | Un objet XPathNavigator positionné sur le nœud à ajouter comme nouveau nœud frère. |
Voir aussi
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::InsertAfter(String) method
Crée un nouveau nœud frère après le nœud actuellement sélectionné en utilisant la chaîne XML spécifiée.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(String newSibling)
| Paramètre | Type | Description |
|---|---|---|
| newSibling | String | La chaîne de données XML pour le nouveau nœud frère. |
Voir aussi
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++