System::Xml::XPath::XPathNavigator::ReplaceSelf メソッド
XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
指定された XmlReader オブジェクトの内容で現在のノードを置き換えます。
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
| パラメーター | 型 | 説明 |
|---|---|---|
| newNode | SharedPtr<XmlReader> | 新しいノードの XML データに位置する XmlReader オブジェクト。 |
参照
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method
指定された XPathNavigator オブジェクトの内容で現在のノードを置き換えます。
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
| パラメーター | 型 | 説明 |
|---|---|---|
| newNode | SharedPtr<XPathNavigator> | 新しいノードに位置する XPathNavigator オブジェクト。 |
参照
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(String) method
指定された文字列の内容で現在のノードを置換します。
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
| パラメーター | 型 | 説明 |
|---|---|---|
| newNode | String | 新しいノードの XML データ文字列。 |
参照
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++