Package de.xima.fc.transform.xml
Class SecureSAXParserFactory
java.lang.Object
javax.xml.parsers.SAXParserFactory
de.xima.fc.transform.xml.SecureSAXParserFactory
-
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, newInstance, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
-
Constructor Details
-
SecureSAXParserFactory
-
-
Method Details
-
newSAXParser
- 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
-