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().
public SAXParserFactoryImpl()
public boolean getFeature(String name)
public SAXParser newSAXParser()
public void setFeature(String name, boolean value)