[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodInsertAfter()()()()
Returns an XmlWriter object used to create a new sibling node after the currently selected node.
(Inherited from XPathNavigator.)
Public methodInsertAfter(String)
Creates a new sibling node after the currently selected node using the XML string specified.
(Inherited from XPathNavigator.)
Public methodInsertAfter(XmlReader)
Creates a new sibling node after the currently selected node using the XML contents of the XmlReader object specified.
(Inherited from XPathNavigator.)
Public methodInsertAfter(XPathNavigator)
Creates a new sibling node after the currently selected node using the nodes in the XPathNavigator object specified.
(Inherited from XPathNavigator.)

See Also