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() |
Init method.
|
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, wait
newDefaultInstance, newInstance, newInstance
@Deprecated public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void changeDefaultFactory(String id, ModuleLoader loader)
public static void restorePlatformFactory()
public static void init()
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
newSAXParser
in class SAXParserFactory
ParserConfigurationException
SAXException
public void setNamespaceAware(boolean awareness)
setNamespaceAware
in class SAXParserFactory
public void setValidating(boolean validating)
setValidating
in class SAXParserFactory
public boolean isNamespaceAware()
isNamespaceAware
in class SAXParserFactory
public boolean isValidating()
isValidating
in class SAXParserFactory
public void setFeature(String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
setFeature
in class SAXParserFactory
ParserConfigurationException
SAXNotRecognizedException
SAXNotSupportedException
public boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
getFeature
in class SAXParserFactory
ParserConfigurationException
SAXNotRecognizedException
SAXNotSupportedException
public Schema getSchema()
getSchema
in class SAXParserFactory
public void setSchema(Schema schema)
setSchema
in class SAXParserFactory
public void setXIncludeAware(boolean state)
setXIncludeAware
in class SAXParserFactory
public boolean isXIncludeAware()
isXIncludeAware
in class SAXParserFactory
Copyright © 2022 JBoss by Red Hat. All rights reserved.