public class com.ctc.wstx.msv.W3CSchemaFactory extends com.ctc.wstx.msv.BaseSchemaFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.msv.W3CSchemaFactory
  super_class: com.ctc.wstx.msv.BaseSchemaFactory
{
  protected final GrammarReaderController mDummyController;
    descriptor: LGrammarReaderController;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.ctc.wstx.msv.W3CSchemaFactory this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.msv cannot be resolved\n\tThe import com.sun.msv cannot be resolved\n\tThe import com.sun.msv cannot be resolved\n\tGrammarReaderController cannot be resolved to a type\n\tcom.sun.msv cannot be resolved to a type\n\tXMLSchemaGrammar cannot be resolved to a type\n\tXMLSchemaReader cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.ctc.wstx.msv.W3CSchemaFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/msv/W3CSchemaFactory;

  protected org.codehaus.stax2.validation.XMLValidationSchema loadSchema(org.xml.sax.InputSource, java.lang.Object);
    descriptor: (Lorg/xml/sax/InputSource;Ljava/lang/Object;)Lorg/codehaus/stax2/validation/XMLValidationSchema;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.ctc.wstx.msv.W3CSchemaFactory this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tXMLSchemaGrammar cannot be resolved to a type\n\tXMLSchemaReader cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.ctc.wstx.msv.W3CSchemaFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/msv/W3CSchemaFactory;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      src     
      sysRef  
}
SourceFile: "W3CSchemaFactory.java"