You can call IDOMParser::resetDocumentPool() to release IDOM_Document memory that is stored within the IDOMParser. Please see http://xml.apache.org/xerces-c/program.html#IDOMMemImplicit for more detail.
Tinny "Houle, Dennis W" wrote: > Team Xerces-C, > I'm thinking of using a persistent IDOMParser object to parse multiple > IDOM_Documents. Is it safe (from a memory management perspective) to delete > individual IDOM_Document*s when no longer needed? or do you have to wait > for the IDOMParser destructor to release all IDOM_Document memory? > > Thanks. > > - Dennis > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
