On Jan 9, 2007, at 14:11, Manuel Mall wrote:
<snip />
What are the 81632 instances of class char[]? I assume this is the
text
in the table cells. But why are there more than twice as many as there
are table cells?
Hehe, see my little remark about the TextLM... In its initialize()
method (I think, will check later), the FOText's char array is copied
(System.arraycopy()).
That means there are currently two nearly identical char arrays alive
for each text node in the page sequence :(
Cheers,
Andreas