Package net.sf.saxon.aelfred
Class SAXParserFactoryImpl
java.lang.Object
javax.xml.parsers.SAXParserFactory
net.sf.saxon.aelfred.SAXParserFactoryImpl
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().
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFeature(String name) voidsetFeature(String name, boolean value) Methods inherited from class javax.xml.parsers.SAXParserFactory
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newDefaultInstance, newDefaultNSInstance, newInstance, newInstance, newNSInstance, newNSInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
-
Constructor Details
-
SAXParserFactoryImpl
public SAXParserFactoryImpl()
-
-
Method Details
-
getFeature
- Specified by:
getFeaturein classSAXParserFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
setFeature
public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setFeaturein classSAXParserFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
newSAXParser
- Specified by:
newSAXParserin classSAXParserFactory- Throws:
ParserConfigurationException
-