org.apache.xerces.jaxp.SAXParserImpl This is the implementation specific class for the <code>javax.xml.parsers.SAXParser</code>. @author Rajiv Mordani @author Edwin Goei @version $Id: SAXParserImpl.java,v 1.33 2005/06/21 17:19:08 mrglavas Exp $
sax.SAXCount A sample SAX counter. This sample program illustrates how to register a SAX DocumentHandler and receive the callbacks in order to print information about the document. @version