I've recently received an assignment to parse an XML file using the SAX Parser.
I've already sub-classed the DefaultHandler class to take control of the startElement etc. methods and it works fine....