System::Xml::XmlAttribute::AppendChild method
XmlAttribute::AppendChild method
Adds the specified node to the end of the list of child nodes, of this node.
SharedPtr<XmlNode> System::Xml::XmlAttribute::AppendChild(SharedPtr<XmlNode> newChild) override
Parameter | Type | Description |
---|---|---|
newChild | SharedPtr<XmlNode> | The XmlNode to add. |
ReturnValue
The XmlNode added.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.TeX for C++