The best place to look is the XNI manual http://xml.apache.org/xerces2-j/xni.html and xerces samples/xni. You might need some extensions as appropriate to your application. The package org.annotation.agschema.atlas.ag.xmlfactory in the docs at http://agschema.sourceforge.net/apidocs/index.html shows what we needed as a part of our project.
-Nikhil On Fri, 27 Aug 2004, Rick Bullotta wrote: > Thanks! Do you have any sample code or links to docs/sample code on using > this technique? > > - Rick > > -----Original Message----- > From: Nikhil Dinesh [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 2:00 PM > To: [EMAIL PROTECTED] > Subject: RE: Xerces overriding JDK XML parser - Classloader Issues? > > If you're not very tied in to using JAXP, consider using the > org.apache.xerces.parsers.CachingParserPool and the associated XNI > pipeline. Ive observed significantly faster creation as compared to JAXP > and there are significant memory advantages you can achieve through > pipeline configuration that are really inconvenient to do through JAXP. > Of course these are Xerces internal APIs, and should be used with the > cautionary note that the developers give. > > > --------------------------------------------------------------------- > 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]