System::Xml::XmlAttribute::ReplaceChild method
XmlAttribute::ReplaceChild 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
Parameter | Type | Description |
---|---|---|
newChild | SharedPtr<XmlNode> | The new child XmlNode. |
oldChild | SharedPtr<XmlNode> | The XmlNode to replace. |
ReturnValue
The XmlNode replaced.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.TeX for C++