Class SAXParserFactoryImpl

java.lang.Object
javax.xml.parsers.SAXParserFactory
net.sf.saxon.aelfred.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 "net.sf.saxon.aelfred.SAXParserFactoryImpl"; then call javax.xml.parsers.SAXParserFactory.newInstance().newSAXParser().