ReplaceChild()
XmlAttribute::ReplaceChild(SharedPtr<XmlNode>, SharedPtr<XmlNode>) method
Replaces the child node specified with the new child node specified.
SharedPtr<XmlNode> System::Xml::XmlAttribute::ReplaceChild(SharedPtr<XmlNode> newChild, SharedPtr<XmlNode> oldChild) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| newChild | SharedPtr<XmlNode> | The new child XmlNode. |
| oldChild | SharedPtr<XmlNode> | The XmlNode to replace. |
Return Value
The XmlNode replaced.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.Slides