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
  • Field Details

    • mSchemaType

      final String mSchemaType
  • Constructor Details

    • ValidationSchemaFactoryProviderImpl

      protected ValidationSchemaFactoryProviderImpl(String st)
  • Method Details

    • createAll

      public static ValidationSchemaFactoryProviderImpl[] createAll()
    • createValidationSchemaFactory

      public abstract org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory()
      Specified by:
      createValidationSchemaFactory in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
    • getSchemaType

      public String getSchemaType()
      Specified by:
      getSchemaType in interface org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
    • getProperties

      public Properties getProperties()