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

Overload List

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

See Also