tng 2002/08/21 13:58:44
Modified: c/doc program-dom.xml
Log:
Documentation update
Revision Changes Path
1.21 +4 -0 xml-xerces/c/doc/program-dom.xml
Index: program-dom.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- program-dom.xml 12 Aug 2002 19:32:31 -0000 1.20
+++ program-dom.xml 21 Aug 2002 20:58:43 -0000 1.21
@@ -92,8 +92,12 @@
<note>When a DOMDocument is released, all its associated children AND any
objects it owned
(e.g. DOMRange, DOMTreeWalker, DOMNodeIterator or any orphaned nodes)
will also be released.
</note>
+ <note>When a DOMDocument is cloned, the cloned document has nothing
related to the original
+ master document and need to be released explicitly.
+ </note>
<note>When a DOMDocumentType has been inserted into a DOMDocument and thus
has a owner,
it will then be released automatically when its owner document is
released.
+ DOMException::INVALID_ACCESS_ERR will be raised if releasing such owned
node.
</note>
</s4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]