XPathNavigator::InsertAfter Method
.NET Framework (current version)
Creates a new sibling node after the currently selected node.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | InsertAfter() | Returns an XmlWriter object used to create a new sibling node after the currently selected node. |
![]() | InsertAfter(String^) | Creates a new sibling node after the currently selected node using the XML string specified. |
![]() | InsertAfter(XmlReader^) | Creates a new sibling node after the currently selected node using the XML contents of the XmlReader object specified. |
![]() | InsertAfter(XPathNavigator^) | Creates a new sibling node after the currently selected node using the nodes in the XPathNavigator object specified. |
Show:
