[jdom-interest] Urgent Request to Add a method in SAXBuilder class

Alex Rosen arosen at silverstream.com
Tue Jul 31 09:54:53 PDT 2001


> In our case, my original aproach was to use a native xerces
> SAXparser to do validation and then use jdom to get data
> structure.  I was hoping this will give me less of a peformance
penalty.  But
> people here don't like the idea because I am obviously parsing the
same
> xml doc twice.

I'm not sure I understand your situation completely, but: you can also
use subclassing to set up SAXBuilder's parser however you like. Just
override createParser() and/or configureParser().

Alex



More information about the jdom-interest mailing list