aalto-xml icon indicating copy to clipboard operation
aalto-xml copied to clipboard

Implement SAX handler for non-blocking (async) parser

Open cowtowncoder opened this issue 14 years ago • 0 comments

With non-blocking Stax implementation, it should be relatively easy to add interface for doing non-blocking SAX parsing -- feed block of content, which triggers all SAX callbacks, returns. The main trick is that of keeping track

cowtowncoder avatar Feb 12 '11 03:02 cowtowncoder