System.Xml.XPath.XPathNavigator.AppendChild Method

Returns an System.Xml.XmlWriter object used to create one or more new child nodes at the end of the list of child nodes of the current node.

Syntax

public virtual System.Xml.XmlWriter AppendChild ()

Returns

An System.Xml.XmlWriter object used to create new child nodes at the end of the list of child nodes of the current node.

Remarks

Appending child nodes adds the new nodes to the end of the list of child nodes for the current node. For example, when three child nodes exist for an element, the first appended node becomes the fourth child node. If no child nodes exist, then a new child node is created.

The following are important notes to consider when using the XPathNavigator.AppendChild method.

You can write more than one node to the writer. All nodes are appended to the end of the list of child nodes of the current node.

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