|
Description
The name of framework is a tribute to John Coltrane, a famous sax player that most people define as: "better than sax alone".
If you have ever worked with SAX, probably you asked yourself one or more of those questions:
* Why SAX doesn't have some default conditions, and giveme a easy way to create my own conditions, saving me from code a lot of annoying blocks if/else and making maintence easier? * Why SAX doesn't keep past elements to help me, saving me work and time? * Why, when using SAX, have I to extend a class (DefaultHandler), implementing methods with a lot of parameters, once I don't need all of them, or I even don't need all implemented methods? * How do I make the XML parsing process extensible?
|