System::Xml::XPath::XPathNavigator::InsertBefore méthode
Contenu
[
Cacher
]XPathNavigator::InsertBefore() method
Retourne un objet XmlWriter utilisé pour créer un nouveau nœud frère avant le nœud actuellement sélectionné.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::InsertBefore()
ReturnValue
Un objet XmlWriter utilisé pour créer un nouveau nœud frère avant le nœud actuellement sélectionné.
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::InsertBefore(SharedPtr<XmlReader>) method
Crée un nouveau nœud frère avant le nœud actuellement sélectionné en utilisant le contenu XML de l’objet XmlReader spécifié.
virtual void System::Xml::XPath::XPathNavigator::InsertBefore(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::InsertBefore(SharedPtr<XPathNavigator>) method
Crée un nouveau nœud frère avant le nœud actuellement sélectionné en utilisant les nœuds du XPathNavigator spécifié.
virtual void System::Xml::XPath::XPathNavigator::InsertBefore(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::InsertBefore(String) method
Crée un nouveau nœud frère avant le nœud actuellement sélectionné en utilisant la chaîne XML spécifiée.
virtual void System::Xml::XPath::XPathNavigator::InsertBefore(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++