XmlSignificantWhitespace.CloneNode Method
Creates a duplicate of this node.
Namespace: System.Xml
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 significant white space nodes, the cloned node always includes the data value, regardless of the parameter setting.
CloneNode serves as a copy constructor for nodes. To see how this method behaves with other node types, see XmlNode.CloneNode.
The cloned node has no parent. ParentNode returns null.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.