public class GauloisSAXParserFactory extends SAXParserFactory
SAXParserFactoryImpl to
make the XMLReader return by newSAXParser().GauloisSAXParser#getXMLReader()
use a EntityResolverdefined in ThreadLocal<EntityResolver2>| Constructor and Description |
|---|
GauloisSAXParserFactory() |
| 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 SAXParser newSAXParser() throws ParserConfigurationException, SAXException
newSAXParser in class SAXParserFactoryParserConfigurationExceptionSAXExceptionpublic void setFeature(String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
setFeature in class SAXParserFactoryParserConfigurationExceptionSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
getFeature in class SAXParserFactoryParserConfigurationExceptionSAXNotRecognizedExceptionSAXNotSupportedExceptionCopyright © 2019. All rights reserved.