fpc/packages/fcl-xml
sergei 2786259d77 dom.pp:
* r15443 changed the node class with biggest instance size from TDOMAttr to TDOMEntity. Changed that in TDOMDocument constructor, too. Otherwise nodes created with TDOMEntity.CloneNode will leak (they cannot be inserted into tree).
* Do not restore default attributes during document destruction.
* Also added a general check that raises exception if someone tries to allocate from node pool during destruction.
* Fixed replaceChild() method: it was deleting node if that node was replaced by itself.
+ Test for replaceChild.

git-svn-id: trunk@16010 -
2010-09-19 14:11:20 +00:00
..
src dom.pp: 2010-09-19 14:11:20 +00:00
tests dom.pp: 2010-09-19 14:11:20 +00:00
fpmake.pp * fpmake.pp updates 2010-05-13 18:15:31 +00:00
Makefile * Update Makefiles 2009-12-10 08:36:52 +00:00
Makefile.fpc