Package __redirected
Class __SchemaFactory
java.lang.Object
javax.xml.validation.SchemaFactory
__redirected.__SchemaFactory
A redirected SchemaFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SchemaFactoryprivate static Constructor<? extends SchemaFactory> private static final Constructor<? extends SchemaFactory> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchangeDefaultFactory(ModuleIdentifier id, ModuleLoader loader) booleangetFeature(String name) getProperty(String name) static voidinit()Init method.booleanisSchemaLanguageSupported(String objectModel) static voidvoidsetErrorHandler(ErrorHandler errorHandler) voidsetFeature(String name, boolean value) voidsetProperty(String name, Object object) voidsetResourceResolver(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:
isSchemaLanguageSupportedin classSchemaFactory
-
getFeature
- Overrides:
getFeaturein classSchemaFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
setFeature
public void setFeature(String name, boolean value) throws SAXNotSupportedException, SAXNotRecognizedException - Overrides:
setFeaturein classSchemaFactory- Throws:
SAXNotSupportedExceptionSAXNotRecognizedException
-
setProperty
public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException - Overrides:
setPropertyin classSchemaFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getProperty
- Overrides:
getPropertyin classSchemaFactory- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
setErrorHandler
- Specified by:
setErrorHandlerin classSchemaFactory
-
getErrorHandler
- Specified by:
getErrorHandlerin classSchemaFactory
-
setResourceResolver
- Specified by:
setResourceResolverin classSchemaFactory
-
getResourceResolver
- Specified by:
getResourceResolverin classSchemaFactory
-
newSchema
- Overrides:
newSchemain classSchemaFactory- Throws:
SAXException
-
newSchema
- Overrides:
newSchemain classSchemaFactory- Throws:
SAXException
-
newSchema
- Overrides:
newSchemain classSchemaFactory- Throws:
SAXException
-
newSchema
- Specified by:
newSchemain classSchemaFactory- Throws:
SAXException
-
newSchema
- Specified by:
newSchemain classSchemaFactory- Throws:
SAXException
-