org.apache.xerces.jaxp
Class SAXParserFactoryImpl

java.lang.Object
  |
  +--javax.xml.parsers.SAXParserFactory
        |
        +--org.apache.xerces.jaxp.SAXParserFactoryImpl

public class SAXParserFactoryImpl
extends javax.xml.parsers.SAXParserFactory

The SAXParserFactory implementation for the Apache Xerces XML parser.

Version:
$Revision: 1.1 $ $Date: 2000/02/26 05:58:12 $
Author:
Pierpaolo Fumagalli (Apache Software Foundation, Exoffice Technologies)

Constructor Summary
SAXParserFactoryImpl()
          Create a new SAXParserFactoryImpl instance.
 
Method Summary
 javax.xml.parsers.SAXParser newSAXParser()
          Returns a new configured instance of type SAXParser.
 
Methods inherited from class javax.xml.parsers.SAXParserFactory
isNamespaceAware, isValidating, newInstance, setNamespaceAware, setValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParserFactoryImpl

public SAXParserFactoryImpl()
Create a new SAXParserFactoryImpl instance.
Method Detail

newSAXParser

public javax.xml.parsers.SAXParser newSAXParser()
                                         throws javax.xml.parsers.ParserConfigurationException
Returns a new configured instance of type SAXParser.
Overrides:
newSAXParser in class javax.xml.parsers.SAXParserFactory
Tags copied from class: javax.xml.parsers.SAXParserFactory
Throws:
javax.xml.parsers.ParserConfigurationException - If the SAXParser instance cannot be created with the requested configuration.
SAXException - If the initialization of the underlying parser fails.


Copyright © 1999 Apache XML Project. All Rights Reserved.