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 TypeMethodDescriptionboolean
getFeature
(String name) void
setFeature
(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:
getFeature
in classSAXParserFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
setFeature
public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setFeature
in classSAXParserFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
newSAXParser
- Specified by:
newSAXParser
in classSAXParserFactory
- Throws:
ParserConfigurationException
-