System::Xml::XPath::XPathNavigator::ReplaceSelf 方法
XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
用指定的 XmlReader 对象的内容替换当前节点。
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
| Parameter | Type | 描述 |
|---|---|---|
| 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)
| Parameter | Type | 描述 |
|---|---|---|
| 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)
| Parameter | Type | 描述 |
|---|---|---|
| newNode | 字符串 | 新节点的 XML 数据字符串。 |
另见
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++