When a parser is re-used the parseSomeSetup method in
org.apache.xerces.framework.XMLParser calls resetOrCopy().  ResetOrCopy is
so expensive, there is minimal benefit from reusing the parser.   I would
prefer to use the lighter weight reset() method provided in XMLParser.  Is
there any reason to avoid the reset() method?  Will it always safely
prepare the parser for re-use or are there circumstances which it should be
avoided?

Thanks,
Robin


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

Reply via email to