API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.helpers. ParserFactory View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 Object
      ParserFactory
Implements
Subclasses
Description
public class ParserFactory
  Java-specific class for dynamically loading SAX parsers.
See also:   
Constructors
private ParserFactory ()
Private null constructor.
Methods
Hide/Show inherited methods
publicstatic Parser makeParser () throws ClassNotFoundException IllegalAccessException InstantiationException NullPointerException ClassCastException
  Create a new SAX parser using the `org.xml.sax.parser' system property.
publicstatic Parser makeParser (String className) throws ClassNotFoundException IllegalAccessException InstantiationException ClassCastException
  Create a new SAX parser object using the class name provided.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar