You'll most likely be interested in these classes
if you're working with an older, SAX1-based application
or tool, such as the XT 0.5 XSLT engine.
This includes applications written to the JAXP 1.0 API
specification, which doesn't include SAX2 support.
If so, the main difference you'll see is that SAX1 has
a much simpler way of naming elements and attributes:
it only needs to support the qName
(qualified name) access style, not the namespace-aware
style. This eliminates some opportunities for confusion,
unless you're writing namespace-aware applications.
The following classes provide SAX1 support: