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 protectedValidationSchemaFactoryProviderImpl(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.XMLValidationSchemaFactorycreateValidationSchemaFactory()PropertiesgetProperties()StringgetSchemaType()
-
-
-
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:
createValidationSchemaFactoryin interfaceorg.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
getSchemaType
public String getSchemaType()
- Specified by:
getSchemaTypein interfaceorg.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
-
getProperties
public Properties getProperties()
-
-