Package de.xima.fc.transform.xml
Class SecureSAXParserFactory
- java.lang.Object
-
- javax.xml.parsers.SAXParserFactory
-
- de.xima.fc.transform.xml.SecureSAXParserFactory
-
public class SecureSAXParserFactory extends SAXParserFactory
-
-
Constructor Summary
Constructors Constructor Description SecureSAXParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getFeature(String name)
SAXParser
newSAXParser()
void
setFeature(String name, boolean value)
-
Methods inherited from class javax.xml.parsers.SAXParserFactory
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newDefaultInstance, newInstance, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
-
-
-
-
Constructor Detail
-
SecureSAXParserFactory
public SecureSAXParserFactory() throws ParserConfigurationException, SAXException
-
-
Method Detail
-
newSAXParser
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
- Specified by:
newSAXParser
in classSAXParserFactory
- Throws:
ParserConfigurationException
SAXException
-
setFeature
public void setFeature(String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
- Specified by:
setFeature
in classSAXParserFactory
- Throws:
ParserConfigurationException
SAXNotRecognizedException
SAXNotSupportedException
-
getFeature
public boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
- Specified by:
getFeature
in classSAXParserFactory
- Throws:
ParserConfigurationException
SAXNotRecognizedException
SAXNotSupportedException
-
-