XPathNavigator::AppendChild Method
.NET Framework (current version)
Creates a new child node at the end of the list of child nodes of the current node.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | AppendChild() | 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. |
![]() | AppendChild(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. |
![]() | AppendChild(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. |
![]() | AppendChild(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. |
Show:
