com.icl.saxon.aelfred

Class SAXParserFactoryImpl


public class SAXParserFactoryImpl
extends SAXParserFactory

Implements the JAXP 1.1 ParserFactory interface. To use the AElfred parser, set the system property javax.xml.parsers.SAXParserFactory to the value "com.icl.saxon.aelfred.SAXParserFactoryImpl"; then call javax.xml.parsers.SAXParserFactory.newInstance().newSAXParser().

Constructor Summary

SAXParserFactoryImpl()

Method Summary

boolean
getFeature(String name)
SAXParser
newSAXParser()
void
setFeature(String name, boolean value)

Constructor Details

SAXParserFactoryImpl

public SAXParserFactoryImpl()

Method Details

getFeature

public boolean getFeature(String name)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException


newSAXParser

public SAXParser newSAXParser()
            throws ParserConfigurationException


setFeature

public void setFeature(String name,
                       boolean value)
            throws SAXNotRecognizedException,
                   SAXNotSupportedException