KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.xerces.jaxp.validation.ValidatorHandlerImpl
    <p>Implementation of ValidatorHandler for W3C XML Schemas and also a validator helper for <code>SAXSource</code>s.</p> @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) @author Michael Glavassevich, IBM @version $Id: ValidatorHandlerImpl.java,v 1.2 2005/06/13 21:57:00 ...
  • 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