final class com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema extends com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema
  super_class: com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema this
         0: .line 77
            aload 0 /* this */
            ldc "http://www.w3.org/2001/XMLSchema"
            invokespecial com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl.<init>:(Ljava/lang/String;)V
            return
        end local 0 // com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/osgi/ValidationSchemaFactoryProviderImpl$W3CSchema;

  public org.codehaus.stax2.validation.XMLValidationSchemaFactory createValidationSchemaFactory();
    descriptor: ()Lorg/codehaus/stax2/validation/XMLValidationSchemaFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema this
         0: .line 81
            new com.ctc.wstx.msv.W3CSchemaFactory
            dup
            invokespecial com.ctc.wstx.msv.W3CSchemaFactory.<init>:()V
            areturn
        end local 0 // com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/osgi/ValidationSchemaFactoryProviderImpl$W3CSchema;
}
SourceFile: "ValidationSchemaFactoryProviderImpl.java"
NestHost: com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl
InnerClasses:
  final W3CSchema = com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl$W3CSchema of com.ctc.wstx.osgi.ValidationSchemaFactoryProviderImpl