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
ParameterTypeDescription
newChildSharedPtr<XmlNode>The new child XmlNode.
oldChildSharedPtr<XmlNode>The XmlNode to replace.

ReturnValue

The XmlNode replaced.

See Also