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 TypeMethodDescriptionbooleangetFeature(String name) voidsetFeature(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:
newSAXParserin classSAXParserFactory- Throws:
ParserConfigurationExceptionSAXException
-
setFeature
public void setFeature(String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setFeaturein classSAXParserFactory- Throws:
ParserConfigurationExceptionSAXNotRecognizedExceptionSAXNotSupportedException
-
getFeature
public boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException - Specified by:
getFeaturein classSAXParserFactory- Throws:
ParserConfigurationExceptionSAXNotRecognizedExceptionSAXNotSupportedException
-