Package __redirected
Class __SchemaFactory
java.lang.Object
javax.xml.validation.SchemaFactory
__redirected.__SchemaFactory
A redirected SchemaFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SchemaFactory
private static Constructor<? extends SchemaFactory>
private static final Constructor<? extends SchemaFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeDefaultFactory
(ModuleIdentifier id, ModuleLoader loader) boolean
getFeature
(String name) getProperty
(String name) static void
init()
Init method.boolean
isSchemaLanguageSupported
(String objectModel) static void
void
setErrorHandler
(ErrorHandler errorHandler) void
setFeature
(String name, boolean value) void
setProperty
(String name, Object object) void
setResourceResolver
(LSResourceResolver resourceResolver) Methods inherited from class javax.xml.validation.SchemaFactory
newDefaultInstance, newInstance, newInstance
-
Field Details
-
PLATFORM_FACTORY
-
DEFAULT_FACTORY
-
actual
-
-
Constructor Details
-
__SchemaFactory
public __SchemaFactory()Construct a new instance.
-
-
Method Details
-
changeDefaultFactory
-
restorePlatformFactory
public static void restorePlatformFactory() -
init
public static void init()Init method. -
isSchemaLanguageSupported
- Specified by:
isSchemaLanguageSupported
in classSchemaFactory
-
getFeature
- Overrides:
getFeature
in classSchemaFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
setFeature
public void setFeature(String name, boolean value) throws SAXNotSupportedException, SAXNotRecognizedException - Overrides:
setFeature
in classSchemaFactory
- Throws:
SAXNotSupportedException
SAXNotRecognizedException
-
setProperty
public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException - Overrides:
setProperty
in classSchemaFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
getProperty
- Overrides:
getProperty
in classSchemaFactory
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
setErrorHandler
- Specified by:
setErrorHandler
in classSchemaFactory
-
getErrorHandler
- Specified by:
getErrorHandler
in classSchemaFactory
-
setResourceResolver
- Specified by:
setResourceResolver
in classSchemaFactory
-
getResourceResolver
- Specified by:
getResourceResolver
in classSchemaFactory
-
newSchema
- Overrides:
newSchema
in classSchemaFactory
- Throws:
SAXException
-
newSchema
- Overrides:
newSchema
in classSchemaFactory
- Throws:
SAXException
-
newSchema
- Overrides:
newSchema
in classSchemaFactory
- Throws:
SAXException
-
newSchema
- Specified by:
newSchema
in classSchemaFactory
- Throws:
SAXException
-
newSchema
- Specified by:
newSchema
in classSchemaFactory
- Throws:
SAXException
-