public class SAXParserFactoryImpl extends SAXParserFactory
javax.xml.parsers.SAXParserFactory. This is the platform
default implementation for the platform.| Constructor and Description |
|---|
SAXParserFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFeature(String name)
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
|
Schema |
getSchema() |
boolean |
isXIncludeAware() |
SAXParser |
newSAXParser()
Creates a new instance of
SAXParser using the currently
configured factory parameters. |
void |
setFeature(String name,
boolean value)
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
|
void |
setSchema(Schema grammar) |
void |
setXIncludeAware(boolean state) |
isNamespaceAware, isValidating, newInstance, newInstance, setNamespaceAware, setValidatingpublic SAXParser newSAXParser() throws ParserConfigurationException
SAXParser using the currently
configured factory parameters.newSAXParser in class SAXParserFactoryParserConfigurationExceptionpublic 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 Schema getSchema()
getSchema in class SAXParserFactorypublic void setSchema(Schema grammar)
setSchema in class SAXParserFactorypublic boolean isXIncludeAware()
isXIncludeAware in class SAXParserFactorypublic void setXIncludeAware(boolean state)
setXIncludeAware in class SAXParserFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.