System::Xml::XPath::XPathNavigator::ReplaceSelf méthode

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ètreTypeDescription
newNodeSharedPtr<XmlReader>Un objet XmlReader positionné sur les données XML du nouveau nœud.

Voir aussi

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ètreTypeDescription
newNodeSharedPtr<XPathNavigator>Un objet XPathNavigator positionné sur le nouveau nœud.

Voir aussi

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ètreTypeDescription
newNodeStringLa chaîne de données XML pour le nouveau nœud.

Voir aussi