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