This is run in a separate parse from the main SAX parse because WBSAX requires that the public id be passed in the startDocument event rather than after it, whereas SAX generates the public id event after the start document event.
It'd be simpler to get rid of this class and have a lazy startDocument call in {@link com.volantis.mcs.wbsax.TestSAXConsumer} but I don't have time to do that now.
|
|