You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Zhang, Min" <Mi...@Santera.com> on 2001/04/30 22:34:09 UTC

memory usage of XML document

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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org