
31 Oct
2006
31 Oct
'06
6:58 p.m.
Stefan Seefeld wrote:
What about an interface similar to SAX, where the user provides a set of handlers, one per type, and then the reader calls the appropriate one ?
This is a discussion about the interface for a Pull parser. You're talking about a Push one.