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
booleangetFeature(String name)
SAXParsernewSAXParser()
voidsetFeature(String name, boolean value)

Constructor Detail

SAXParserFactoryImpl

public SAXParserFactoryImpl()

Method Detail

getFeature

public boolean getFeature(String name)

newSAXParser

public SAXParser newSAXParser()

setFeature

public void setFeature(String name, boolean value)