JavaTM 2 Platform
Standard Ed. 5.0

javax.xml.parsers
Class SAXParserFactory

java.lang.Object
  extended by javax.xml.parsers.SAXParserFactory

public abstract class SAXParserFactory
extends Object

Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.


Constructor Summary
protected SAXParserFactory()
          Protected constructor to force use of newInstance().
 
Method Summary
abstract  boolean getFeature(String name)
          Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 Schema