System.Xml.XPath.XPathNavigator.InsertAfter Method

Creates a new sibling node after the currently selected node using the nodes in the System.Xml.XPath.XPathNavigator object specified.

Syntax

public virtual void InsertAfter (XPathNavigator newSibling)

Parameters

newSibling
An System.Xml.XPath.XPathNavigator object positioned on the node to add as the new sibling node.

Remarks

The following are important notes to consider when using the XPathNavigator.InsertAfter(XPathNavigator) method.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0