I had posted this question in the past with no reply.
What kind of approach does xerces code employ when managing DOM
data.
I believe the element/attribute values are in a string pool.
Is it the same with the element/attribute data also.
Essentially I want a manage a huge DOM in memory. I would need to
swap
this to disk and read and construct it back.
If the element data is stringpooled, then even after deleting the
DOM Node does the
element data still persist in the string pool?
How can I reclaim this memory.
Should I employ the dumb way and set all the node values to empty so
that whatever was stored
before will be deleted?
Can someone enlighten me.
Thanks
Kiran
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]