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 booleangetFeature(String name)SAXParsernewSAXParser()voidsetFeature(String name, boolean value)-
Methods inherited from class javax.xml.parsers.SAXParserFactory
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newDefaultInstance, newInstance, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
-
-
-
-
Method Detail
-
newSAXParser
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
- 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
-
-