System::Xml::XmlAttribute::InsertAfter method

XmlAttribute::InsertAfter method

Inserts the specified node immediately after the specified reference node.

SharedPtr<XmlNode> System::Xml::XmlAttribute::InsertAfter(SharedPtr<XmlNode> newChild, SharedPtr<XmlNode> refChild) override
ParameterTypeDescription
newChildSharedPtr<XmlNode>The XmlNode to insert.
refChildSharedPtr<XmlNode>The XmlNode that is the reference node. The newChild is placed after the refChild.

ReturnValue

The XmlNode inserted.

See Also