com.icl.saxon.aelfred
Class SAXParserFactoryImpl
SAXParserFactory
com.icl.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 "com.icl.saxon.aelfred.SAXParserFactoryImpl"; then call
javax.xml.parsers.SAXParserFactory.newInstance().newSAXParser().
SAXParserFactoryImpl
public SAXParserFactoryImpl()
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