XPathNavigator::AppendChild Method

 

Creates a new child node at the end of the list of child nodes of the current node.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodAppendChild()

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

System_CAPS_pubmethodAppendChild(String^)

Creates a new child node at the end of the list of child nodes of the current node using the XML data string specified.

System_CAPS_pubmethodAppendChild(XmlReader^)

Creates a new child node at the end of the list of child nodes of the current node using the XML contents of the XmlReader object specified.

System_CAPS_pubmethodAppendChild(XPathNavigator^)

Creates a new child node at the end of the list of child nodes of the current node using the nodes in the XPathNavigator specified.

Return to top
Show: