System::Xml::XmlNotation::CloneNode method
XmlNotation::CloneNode method
Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an XmlNotation object throws an exception.
SharedPtr<XmlNode> System::Xml::XmlNotation::CloneNode(bool deep) override
Parameter | Type | Description |
---|---|---|
deep | bool | true to recursively clone the subtree under the specified node; false to clone only the node itself. |
ReturnValue
A XmlNode copy of the node from which the method is called.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlNotation
- Namespace System::Xml
- Library Aspose.TeX for C++