System::Xml::XPath::XPathNavigator::ReplaceSelf méthode
Contenu
[
Cacher
]XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
Remplace le nœud actuel par le contenu de l’objet XmlReader spécifié.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
| Paramètre | Type | Description |
|---|---|---|
| newNode | SharedPtr<XmlReader> | Un objet XmlReader positionné sur les données XML du nouveau nœud. |
Voir aussi
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method
Remplace le nœud actuel par le contenu de l’objet XPathNavigator spécifié.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
| Paramètre | Type | Description |
|---|---|---|
| newNode | SharedPtr<XPathNavigator> | Un objet XPathNavigator positionné sur le nouveau nœud. |
Voir aussi
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::ReplaceSelf(String) method
Remplace le nœud actuel par le contenu de la chaîne spécifiée.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
| Paramètre | Type | Description |
|---|---|---|
| newNode | String | La chaîne de données XML pour le nouveau nœud. |
Voir aussi
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++