Dear All: I have DOM document in memory (an object of class Document from org.w3c.dom package.) I want to find out the size of this DOM in memory. Also I want to find out how many items does this DOM contain? Can anyone tell me the best way to do so?
Thanks much. Kaushik.
