Class ValidationSchemaFactoryProviderImpl

  • All Implemented Interfaces:
    org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
    Direct Known Subclasses:
    ValidationSchemaFactoryProviderImpl.DTD

    public abstract class ValidationSchemaFactoryProviderImpl
    extends java.lang.Object
    implements org.codehaus.stax2.osgi.Stax2ValidationSchemaFactoryProvider
    • Field Detail

      • mSchemaType

        final java.lang.String mSchemaType
    • Constructor Detail

      • ValidationSchemaFactoryProviderImpl

        protected ValidationSchemaFactoryProviderImpl​(java.lang.String st)
    • Method Detail

      • createValidationSchemaFactory

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

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

        public java.util.Properties getProperties()