Package com.ctc.wstx.osgi
Class ValidationSchemaFactoryProviderImpl
java.lang.Object
com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
- All Implemented Interfaces:
org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
- Direct Known Subclasses:
ValidationSchemaFactoryProviderImpl.DTD
public abstract class ValidationSchemaFactoryProviderImpl
extends Object
implements org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsFields inherited from interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
OSGI_SVC_PROP_IMPL_NAME, OSGI_SVC_PROP_IMPL_VERSION, OSGI_SVC_PROP_SCHEMA_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationSchemaFactoryProviderImpl[]
abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Field Details
-
mSchemaType
-
-
Constructor Details
-
ValidationSchemaFactoryProviderImpl
-
-
Method Details
-
createAll
-
createValidationSchemaFactory
public abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory()- Specified by:
createValidationSchemaFactory
in interfaceorg.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
getSchemaType
- Specified by:
getSchemaType
in interfaceorg.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
getProperties
-