Uses of Interface
org.xml.sax.Parser

Packages that use Parser
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of Parser in gnu.xml.aelfred2
 

Classes in gnu.xml.aelfred2 that implement Parser
 class SAXDriver
          An enhanced SAX2 version of Microstar's Ælfred XML parser.
 

Uses of Parser in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement Parser
 class XMLReaderAdapter
          Adapt a SAX2 XMLReader as a SAX1 Parser.
 

Methods in org.xml.sax.helpers that return Parser
static Parser ParserFactory.makeParser()
          Deprecated. Create a new SAX parser using the `org.xml.sax.parser' system property.
static Parser ParserFactory.makeParser(java.lang.String className)
          Deprecated. Create a new SAX parser object using the class name provided.
 

Constructors in org.xml.sax.helpers with parameters of type Parser
ParserAdapter(Parser parser)
          Construct a new parser adapter.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2012-01-06.