com.icl.saxon.aelfred
Class SAXParserFactoryImpl
java.lang.Object
|
+--javax.xml.parsers.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().
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXParserFactoryImpl
public SAXParserFactoryImpl()
getFeature
public boolean getFeature(java.lang.String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
getFeature
in class SAXParserFactory
SAXNotRecognizedException
SAXNotSupportedException
setFeature
public void setFeature(java.lang.String name,
boolean value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
setFeature
in class SAXParserFactory
SAXNotRecognizedException
SAXNotSupportedException
newSAXParser
public SAXParser newSAXParser()
throws ParserConfigurationException
- Specified by:
newSAXParser
in class SAXParserFactory
ParserConfigurationException