The duplicate node.
CloneNode serves as a copy constructor for nodes. For processing instruction nodes, the cloned node always includes the target and data. To see how this method behaves with other node types, see the XmlNode.CloneNode(bool) method in the XmlNode class.
The cloned node has no parent (XmlNode.ParentNode returns null).