Package com.ctc.wstx.osgi
Class ValidationSchemaFactoryProviderImpl
- java.lang.Object
-
- com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
-
- All Implemented Interfaces:
org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
public abstract class ValidationSchemaFactoryProviderImpl extends Object implements org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ValidationSchemaFactoryProviderImpl(String st)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ValidationSchemaFactoryProviderImpl[]
createAll()
abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory
createValidationSchemaFactory()
Properties
getProperties()
String
getSchemaType()
-
-
-
Constructor Detail
-
ValidationSchemaFactoryProviderImpl
protected ValidationSchemaFactoryProviderImpl(String st)
-
-
Method Detail
-
createAll
public static ValidationSchemaFactoryProviderImpl[] createAll()
-
createValidationSchemaFactory
public abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory()
- Specified by:
createValidationSchemaFactory
in interfaceorg.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
getSchemaType
public String getSchemaType()
- Specified by:
getSchemaType
in interfaceorg.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
getProperties
public Properties getProperties()
-
-