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, setXIncludeAware
public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getFeature
in class SAXParserFactory
SAXNotRecognizedException
SAXNotSupportedException
public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException
setFeature
in class SAXParserFactory
SAXNotRecognizedException
SAXNotSupportedException
public SAXParser newSAXParser() throws ParserConfigurationException
newSAXParser
in class SAXParserFactory
ParserConfigurationException