System::Xml::XmlEntityReference::CloneNode method

XmlEntityReference::CloneNode method

Creates a duplicate of this node.

SharedPtr<XmlNode> System::Xml::XmlEntityReference::CloneNode(bool deep) override
ParameterTypeDescription
deepbooltrue to recursively clone the subtree under the specified node; false to clone only the node itself. For XmlEntityReference nodes, this method always returns an entity reference node with no children. The replacement text is set when the node is inserted into a parent.

ReturnValue

The cloned node.

See Also