public class SAXParserFactoryImpl extends SAXParserFactory
| Constructor and Description |
|---|
SAXParserFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFeature(String name) |
SAXParser |
newSAXParser() |
void |
setFeature(String name,
boolean value) |
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAwarepublic boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature in class SAXParserFactorySAXNotRecognizedExceptionSAXNotSupportedExceptionpublic void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature in class SAXParserFactorySAXNotRecognizedExceptionSAXNotSupportedExceptionpublic SAXParser newSAXParser() throws ParserConfigurationException
newSAXParser in class SAXParserFactoryParserConfigurationException