XPathNavigator::ReplaceSelf Method
.NET Framework (current version)
Replaces the current node with the content specified.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | ReplaceSelf(String^) | Replaces the current node with the content of the string specified. |
![]() | ReplaceSelf(XmlReader^) | Replaces the current node with the contents of the XmlReader object specified. |
![]() | ReplaceSelf(XPathNavigator^) | Replaces the current node with the contents of the XPathNavigator object specified. |
Show:
