DeepCopy (XmlDoc function): Difference between revisions
Jump to navigation
Jump to search
m (AllowNullObject methods) |
(No difference)
|
Revision as of 23:47, 18 March 2011
Deep copy this XmlDoc (XmlDoc class)
This method returns an exact copy of the method xmlDoc object.
It is identical to the xmlDoc Copy method.
Since xmlDoc objects are relatively simple, that is, they contain no other objects, they are always copyable and deep copyable.
Syntax
%outDoc = doc:DeepCopy
Syntax terms
%outDoc | An xmlDoc object variable to contain the copy of doc. |
---|---|
doc | An xmlDoc object expression, which may be Null. |
Usage notes
- The method object (doc) may be null. The output of a copy of a null object is a null object.