KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > ext > Locator2 > Top Examples

  • org.apache.xerces.util.SAXLocatorWrapper
    <p>A light wrapper around a SAX locator. This is useful when bridging between SAX and XNI components.</p> @author Michael Glavassevich, IBM @version $Id: SAXLocatorWrapper.java,v 1.2 2005/05/30 03:20:40 mrglavas Exp $
  • org.apache.xerces.parsers.AbstractSAXParser
    This is the base class of all SAX parsers. It implements both the SAX1 and SAX2 parser functionality, while the actual pipeline is defined in the parser configuration. @author Arnaud Le Hors, IBM @author Andy Clark, IBM @version $Id: AbstractSAXParser.java,v 1.59 2005/06/24 02:33:43 mrglavas Exp ...
Popular Tags