System::Xml::XmlNode::AppendChild method
XmlNode::AppendChild method
Adds the specified node to the end of the list of child nodes, of this node.
virtual SharedPtr<XmlNode> System::Xml::XmlNode::AppendChild(SharedPtr<XmlNode> newChild)
Parameter | Type | Description |
---|---|---|
newChild | SharedPtr<XmlNode> | The node to add. All the contents of the node to be added are moved into the specified location. |
ReturnValue
The node added.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlNode
- Namespace System::Xml
- Library Aspose.PDF for C++