CloneNode method |
Applies to
TIcXMLNode
Declaration
Function CloneNode: TIcXMLNode;
Description
New node has the same properties as pattern except pointers to parent, next and previous nodes, which are nil.
This is virtual method and can be overriden for descendant of TIcXMLNode, which require copying of any additional parameters.
|