Re: setContentAsSAX

2001-05-14 Thread Kimbro Staken
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 > >

Re: setContentAsSAX

2001-05-14 Thread Jonathan Borden
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

setContentAsSAX

2001-05-14 Thread Kimbro Staken
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