XmlDocumentType::CloneNode Method (Boolean)
.NET Framework (current version)
Creates a duplicate of this node.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- deep
-
Type:
System::Boolean
true to recursively clone the subtree under the specified node; false to clone only the node itself. For document type nodes, the cloned node always includes the subtree, regardless of the parameter setting.
This method serves as a copy constructor for nodes. The cloned node has no parent (ParentNode returns null).
To see how this method behaves with other node types, see XmlNode::CloneNode.
.NET Framework
Available since 1.1
Available since 1.1
Show: