XPathNavigator::InsertAfter Method

 

Creates a new sibling node after the currently selected node.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodInsertAfter()

Returns an XmlWriter object used to create a new sibling node after the currently selected node.

System_CAPS_pubmethodInsertAfter(String^)

Creates a new sibling node after the currently selected node using the XML string specified.

System_CAPS_pubmethodInsertAfter(XmlReader^)

Creates a new sibling node after the currently selected node using the XML contents of the XmlReader object specified.

System_CAPS_pubmethodInsertAfter(XPathNavigator^)

Creates a new sibling node after the currently selected node using the nodes in the XPathNavigator object specified.

Return to top
Show: