System::Xml::XPath::XPathNavigator::ReplaceSelf メソッド

XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method

指定された XmlReader オブジェクトの内容で現在のノードを置き換えます。

virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
パラメーター説明
newNodeSharedPtr<XmlReader>新しいノードの XML データに位置する XmlReader オブジェクト。

参照

XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method

指定された XPathNavigator オブジェクトの内容で現在のノードを置き換えます。

virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
パラメーター説明
newNodeSharedPtr<XPathNavigator>新しいノードに位置する XPathNavigator オブジェクト。

参照

XPathNavigator::ReplaceSelf(String) method

指定された文字列の内容で現在のノードを置換します。

virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
パラメーター説明
newNodeString新しいノードの XML データ文字列。

参照