System::Xml::XmlNode::CloneNode method
XmlNode::CloneNode method
Creates a duplicate of the node, when overridden in a derived class.
virtual SharedPtr<XmlNode> System::Xml::XmlNode::CloneNode(bool deep)=0
Parameter | Type | Description |
---|---|---|
deep | bool | true to recursively clone the subtree under the specified node; false to clone only the node itself. |
ReturnValue
The cloned node.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlNode
- Namespace System::Xml
- Library Aspose.TeX for C++