y details to doing this that should be taken into
consideration in the API?
> setContentAsSAX should return a ContentHandler. endDocument() signals that
> the SAX stream is finished if knowing this is necessary for further
> processing.
>
> -Jonathan
>
>
nd useful but I'm not so sure about
> setContentAsSAX().
>
> It seems unnecessary since it would require the application to manually
> run a parser to utilize the ContentHandler and I'm not sure what the
> benefits would be. To me it makes more sense that if you need to do that
sure about
setContentAsSAX().
It seems unnecessary since it would require the application to manually
run a parser to utilize the ContentHandler and I'm not sure what the
benefits would be. To me it makes more sense that if you need to do that
you should just hand text to setContent and let it handle it