XPathNavigator::InsertBefore Method

 

Creates a new sibling node before the currently selected node.

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

NameDescription
System_CAPS_pubmethodInsertBefore()

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

System_CAPS_pubmethodInsertBefore(String^)

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

System_CAPS_pubmethodInsertBefore(XmlReader^)

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

System_CAPS_pubmethodInsertBefore(XPathNavigator^)

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

Return to top
Show: