public final class __SAXParserFactory extends SAXParserFactory
| Constructor | Description |
|---|---|
__SAXParserFactory() |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
changeDefaultFactory(String id,
ModuleLoader loader) |
|
static void |
changeDefaultFactory(ModuleIdentifier id,
ModuleLoader loader) |
Deprecated.
|
boolean |
getFeature(String name) |
|
Schema |
getSchema() |
|
static void |
init() |
Deprecated.
|
boolean |
isNamespaceAware() |
|
boolean |
isValidating() |
|
boolean |
isXIncludeAware() |
|
SAXParser |
newSAXParser() |
|
static void |
restorePlatformFactory() |
|
void |
setFeature(String name,
boolean value) |
|
void |
setNamespaceAware(boolean awareness) |
|
void |
setSchema(Schema schema) |
|
void |
setValidating(boolean validating) |
|
void |
setXIncludeAware(boolean state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewDefaultInstance, newInstance, newInstance@Deprecated public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void changeDefaultFactory(String id, ModuleLoader loader)
public static void restorePlatformFactory()
@Deprecated public static void init()
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
newSAXParser in class SAXParserFactoryParserConfigurationExceptionSAXExceptionpublic void setNamespaceAware(boolean awareness)
setNamespaceAware in class SAXParserFactorypublic void setValidating(boolean validating)
setValidating in class SAXParserFactorypublic boolean isNamespaceAware()
isNamespaceAware in class SAXParserFactorypublic boolean isValidating()
isValidating in class SAXParserFactorypublic 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 schema)
setSchema in class SAXParserFactorypublic void setXIncludeAware(boolean state)
setXIncludeAware in class SAXParserFactorypublic boolean isXIncludeAware()
isXIncludeAware in class SAXParserFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.