Hi,

How do I know the memory size of parsed XML document?

For example,

DOMParser parser;
parser.parse(xmlFile);
DOM_Document doc=parser.getDocument();

doc is just a referrencing object. How do I know the exact memory size of
the underlying XML document.

Thanks for your help!

min


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to