System::Xml::XPath::XPathNavigator::ReplaceSelf method
Contents
[
Hide
]XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
Replaces the current node with the contents of the XmlReader object specified.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
Parameter | Type | Description |
---|---|---|
newNode | SharedPtr<XmlReader> | An XmlReader object positioned on the XML data for the new node. |
See Also
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method
Replaces the current node with the contents of the XPathNavigator object specified.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
Parameter | Type | Description |
---|---|---|
newNode | SharedPtr<XPathNavigator> | An XPathNavigator object positioned on the new node. |
See Also
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(String) method
Replaces the current node with the content of the string specified.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
Parameter | Type | Description |
---|---|---|
newNode | String | The XML data string for the new node. |
See Also
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++