Method Clone
Clone()
Creates a deep copy of this node. The copy is detached (Parent is null) and shares no mutable state with the original; preserved UnknownContent islands are copied.
public DomNode Clone()
Returns
- DomNode
The detached deep copy.
Creates a deep copy of this node. The copy is detached (Parent is null) and shares no mutable state with the original; preserved UnknownContent islands are copied.
public DomNode Clone()
The detached deep copy.