[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| InsertBefore()()()() | Returns an XmlWriter object used to create a new sibling node before the currently selected node. (Inherited from XPathNavigator.) | |
| InsertBefore(String) | Creates a new sibling node before the currently selected node using the XML string specified. (Inherited from XPathNavigator.) | |
| InsertBefore(XmlReader) | Creates a new sibling node before the currently selected node using the XML contents of the XmlReader object specified. (Inherited from XPathNavigator.) | |
| InsertBefore(XPathNavigator) | Creates a new sibling node before the currently selected node using the nodes in the XPathNavigator specified. (Inherited from XPathNavigator.) |