public class NekoSAXParserFactory extends SAXParserFactory
SAXParserFactory for our SAXParser.| Constructor and Description |
|---|
NekoSAXParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFeature(String name) |
boolean |
isValidating() |
boolean |
isXIncludeAware() |
SAXParser |
newSAXParser() |
void |
setFeature(String name,
boolean value) |
getSchema, isNamespaceAware, 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 SAXParserFactoryParserConfigurationExceptionSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic boolean isValidating()
isValidating in class SAXParserFactorypublic boolean isXIncludeAware()
isXIncludeAware in class SAXParserFactoryCopyright © 2025 HtmlUnit. All rights reserved.