System::Xml::XmlSignificantWhitespace::CloneNode method
XmlSignificantWhitespace::CloneNode method
Creates a duplicate of this node.
SharedPtr<XmlNode> System::Xml::XmlSignificantWhitespace::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. For significant white space nodes, the cloned node always includes the data value, regardless of the parameter setting. |
ReturnValue
The cloned node.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlSignificantWhitespace
- Namespace System::Xml
- Library Aspose.Font for C++