public final class com.sun.tools.internal.jxc.ConfigReader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.jxc.ConfigReader
  super_class: java.lang.Object
{
  private final java.util.Set<com.sun.tools.internal.xjc.api.Reference> classesToBeIncluded;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lcom/sun/tools/internal/xjc/api/Reference;>;

  private final javax.xml.bind.SchemaOutputResolver schemaOutputResolver;
    descriptor: Ljavax/xml/bind/SchemaOutputResolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.annotation.processing.ProcessingEnvironment env;
    descriptor: Ljavax/annotation/processing/ProcessingEnvironment;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static com.sun.tools.internal.xjc.SchemaCache configSchema;
    descriptor: Lcom/sun/tools/internal/xjc/SchemaCache;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 184
            new com.sun.tools.internal.xjc.SchemaCache
            dup
            ldc "config.xsd"
            ldc Lcom/sun/tools/internal/jxc/gen/config/Config;
            iconst_1
            invokespecial com.sun.tools.internal.xjc.SchemaCache.<init>:(Ljava/lang/String;Ljava/lang/Class;Z)V
            putstatic com.sun.tools.internal.jxc.ConfigReader.configSchema:Lcom/sun/tools/internal/xjc/SchemaCache;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javax.annotation.processing.ProcessingEnvironment, java.util.Collection<? extends javax.lang.model.element.TypeElement>, java.io.File, org.xml.sax.ErrorHandler);
    descriptor: (Ljavax/annotation/processing/ProcessingEnvironment;Ljava/util/Collection;Ljava/io/File;Lorg/xml/sax/ErrorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
        start local 1 // javax.annotation.processing.ProcessingEnvironment env
        start local 2 // java.util.Collection classes
        start local 3 // java.io.File xmlFile
        start local 4 // org.xml.sax.ErrorHandler errorHandler
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.sun.tools.internal.jxc.ConfigReader.classesToBeIncluded:Ljava/util/Set;
         2: .line 98
            aload 0 /* this */
            aload 1 /* env */
            putfield com.sun.tools.internal.jxc.ConfigReader.env:Ljavax/annotation/processing/ProcessingEnvironment;
         3: .line 99
            aload 0 /* this */
            aload 3 /* xmlFile */
            aload 4 /* errorHandler */
            aload 1 /* env */
            invokeinterface javax.annotation.processing.ProcessingEnvironment.getOptions:()Ljava/util/Map;
            ldc "-disableXmlSecurity"
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            invokevirtual com.sun.tools.internal.jxc.ConfigReader.parseAndGetConfig:(Ljava/io/File;Lorg/xml/sax/ErrorHandler;Z)Lcom/sun/tools/internal/jxc/gen/config/Config;
            astore 5 /* config */
        start local 5 // com.sun.tools.internal.jxc.gen.config.Config config
         4: .line 100
            aload 0 /* this */
            aload 5 /* config */
            aload 2 /* classes */
            invokevirtual com.sun.tools.internal.jxc.ConfigReader.checkAllClasses:(Lcom/sun/tools/internal/jxc/gen/config/Config;Ljava/util/Collection;)V
         5: .line 101
            aload 3 /* xmlFile */
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            astore 6 /* path */
        start local 6 // java.lang.String path
         6: .line 102
            aload 6 /* path */
            iconst_0
            aload 6 /* path */
            getstatic java.io.File.separatorChar:C
            invokevirtual java.lang.String.lastIndexOf:(I)I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 7 /* xmlPath */
        start local 7 // java.lang.String xmlPath
         7: .line 103
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* config */
            aload 7 /* xmlPath */
            invokevirtual com.sun.tools.internal.jxc.ConfigReader.createSchemaOutputResolver:(Lcom/sun/tools/internal/jxc/gen/config/Config;Ljava/lang/String;)Ljavax/xml/bind/SchemaOutputResolver;
            putfield com.sun.tools.internal.jxc.ConfigReader.schemaOutputResolver:Ljavax/xml/bind/SchemaOutputResolver;
         8: .line 105
            return
        end local 7 // java.lang.String xmlPath
        end local 6 // java.lang.String path
        end local 5 // com.sun.tools.internal.jxc.gen.config.Config config
        end local 4 // org.xml.sax.ErrorHandler errorHandler
        end local 3 // java.io.File xmlFile
        end local 2 // java.util.Collection classes
        end local 1 // javax.annotation.processing.ProcessingEnvironment env
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/internal/jxc/ConfigReader;
            0    9     1           env  Ljavax/annotation/processing/ProcessingEnvironment;
            0    9     2       classes  Ljava/util/Collection<+Ljavax/lang/model/element/TypeElement;>;
            0    9     3       xmlFile  Ljava/io/File;
            0    9     4  errorHandler  Lorg/xml/sax/ErrorHandler;
            4    9     5        config  Lcom/sun/tools/internal/jxc/gen/config/Config;
            6    9     6          path  Ljava/lang/String;
            7    9     7       xmlPath  Ljava/lang/String;
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException
    Signature: (Ljavax/annotation/processing/ProcessingEnvironment;Ljava/util/Collection<+Ljavax/lang/model/element/TypeElement;>;Ljava/io/File;Lorg/xml/sax/ErrorHandler;)V
    MethodParameters:
              Name  Flags
      env           
      classes       
      xmlFile       
      errorHandler  

  public java.util.Collection<com.sun.tools.internal.xjc.api.Reference> getClassesToBeIncluded();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
         0: .line 117
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader.classesToBeIncluded:Ljava/util/Set;
            areturn
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/jxc/ConfigReader;
    Signature: ()Ljava/util/Collection<Lcom/sun/tools/internal/xjc/api/Reference;>;

  private void checkAllClasses(com.sun.tools.internal.jxc.gen.config.Config, java.util.Collection<? extends javax.lang.model.element.TypeElement>);
    descriptor: (Lcom/sun/tools/internal/jxc/gen/config/Config;Ljava/util/Collection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
        start local 1 // com.sun.tools.internal.jxc.gen.config.Config config
        start local 2 // java.util.Collection rootClasses
         0: .line 122
            aload 1 /* config */
            invokevirtual com.sun.tools.internal.jxc.gen.config.Config.getClasses:()Lcom/sun/tools/internal/jxc/gen/config/Classes;
            invokevirtual com.sun.tools.internal.jxc.gen.config.Classes.getIncludes:()Ljava/util/List;
            astore 3 /* includeRegexList */
        start local 3 // java.util.List includeRegexList
         1: .line 123
            aload 1 /* config */
            invokevirtual com.sun.tools.internal.jxc.gen.config.Config.getClasses:()Lcom/sun/tools/internal/jxc/gen/config/Classes;
            invokevirtual com.sun.tools.internal.jxc.gen.config.Classes.getExcludes:()Ljava/util/List;
            astore 4 /* excludeRegexList */
        start local 4 // java.util.List excludeRegexList
         2: .line 126
            aload 2 /* rootClasses */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 18
      StackMap locals: com.sun.tools.internal.jxc.ConfigReader com.sun.tools.internal.jxc.gen.config.Config java.util.Collection java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.lang.model.element.TypeElement
            astore 5 /* typeDecl */
        start local 5 // javax.lang.model.element.TypeElement typeDecl
         4: .line 128
            aload 5 /* typeDecl */
            invokeinterface javax.lang.model.element.TypeElement.getQualifiedName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            astore 7 /* qualifiedName */
        start local 7 // java.lang.String qualifiedName
         5: .line 130
            aload 4 /* excludeRegexList */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 10
      StackMap locals: com.sun.tools.internal.jxc.ConfigReader com.sun.tools.internal.jxc.gen.config.Config java.util.Collection java.util.List java.util.List javax.lang.model.element.TypeElement java.util.Iterator java.lang.String top java.util.Iterator
      StackMap stack:
         6: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.regex.Pattern
            astore 8 /* pattern */
        start local 8 // java.util.regex.Pattern pattern
         7: .line 131
            aload 0 /* this */
            aload 7 /* qualifiedName */
            aload 8 /* pattern */
            invokevirtual com.sun.tools.internal.jxc.ConfigReader.checkPatternMatch:(Ljava/lang/String;Ljava/util/regex/Pattern;)Z
            istore 10 /* match */
        start local 10 // boolean match
         8: .line 132
            iload 10 /* match */
            ifeq 10
         9: .line 133
            goto 18
        end local 10 // boolean match
        end local 8 // java.util.regex.Pattern pattern
        10: .line 130
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 136
            aload 3 /* includeRegexList */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 17
      StackMap locals:
      StackMap stack:
        12: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.regex.Pattern
            astore 8 /* pattern */
        start local 8 // java.util.regex.Pattern pattern
        13: .line 137
            aload 0 /* this */
            aload 7 /* qualifiedName */
            aload 8 /* pattern */
            invokevirtual com.sun.tools.internal.jxc.ConfigReader.checkPatternMatch:(Ljava/lang/String;Ljava/util/regex/Pattern;)Z
            istore 10 /* match */
        start local 10 // boolean match
        14: .line 138
            iload 10 /* match */
            ifeq 17
        15: .line 139
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader.classesToBeIncluded:Ljava/util/Set;
            new com.sun.tools.internal.xjc.api.Reference
            dup
            aload 5 /* typeDecl */
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader.env:Ljavax/annotation/processing/ProcessingEnvironment;
            invokespecial com.sun.tools.internal.xjc.api.Reference.<init>:(Ljavax/lang/model/element/TypeElement;Ljavax/annotation/processing/ProcessingEnvironment;)V
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        16: .line 140
            goto 18
        end local 10 // boolean match
        end local 8 // java.util.regex.Pattern pattern
        17: .line 136
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        end local 7 // java.lang.String qualifiedName
        end local 5 // javax.lang.model.element.TypeElement typeDecl
        18: .line 126
      StackMap locals: com.sun.tools.internal.jxc.ConfigReader com.sun.tools.internal.jxc.gen.config.Config java.util.Collection java.util.List java.util.List top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        19: .line 144
            return
        end local 4 // java.util.List excludeRegexList
        end local 3 // java.util.List includeRegexList
        end local 2 // java.util.Collection rootClasses
        end local 1 // com.sun.tools.internal.jxc.gen.config.Config config
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lcom/sun/tools/internal/jxc/ConfigReader;
            0   20     1            config  Lcom/sun/tools/internal/jxc/gen/config/Config;
            0   20     2       rootClasses  Ljava/util/Collection<+Ljavax/lang/model/element/TypeElement;>;
            1   20     3  includeRegexList  Ljava/util/List<Ljava/util/regex/Pattern;>;
            2   20     4  excludeRegexList  Ljava/util/List<Ljava/util/regex/Pattern;>;
            4   18     5          typeDecl  Ljavax/lang/model/element/TypeElement;
            5   18     7     qualifiedName  Ljava/lang/String;
            7   10     8           pattern  Ljava/util/regex/Pattern;
            8   10    10             match  Z
           13   17     8           pattern  Ljava/util/regex/Pattern;
           14   17    10             match  Z
    Signature: (Lcom/sun/tools/internal/jxc/gen/config/Config;Ljava/util/Collection<+Ljavax/lang/model/element/TypeElement;>;)V
    MethodParameters:
             Name  Flags
      config       
      rootClasses  

  public javax.xml.bind.SchemaOutputResolver getSchemaOutputResolver();
    descriptor: ()Ljavax/xml/bind/SchemaOutputResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
         0: .line 150
            aload 0 /* this */
            getfield com.sun.tools.internal.jxc.ConfigReader.schemaOutputResolver:Ljavax/xml/bind/SchemaOutputResolver;
            areturn
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/jxc/ConfigReader;

  private javax.xml.bind.SchemaOutputResolver createSchemaOutputResolver(com.sun.tools.internal.jxc.gen.config.Config, java.lang.String);
    descriptor: (Lcom/sun/tools/internal/jxc/gen/config/Config;Ljava/lang/String;)Ljavax/xml/bind/SchemaOutputResolver;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
        start local 1 // com.sun.tools.internal.jxc.gen.config.Config config
        start local 2 // java.lang.String xmlpath
         0: .line 154
            new java.io.File
            dup
            aload 2 /* xmlpath */
            aload 1 /* config */
            invokevirtual com.sun.tools.internal.jxc.gen.config.Config.getBaseDir:()Ljava/io/File;
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* baseDir */
        start local 3 // java.io.File baseDir
         1: .line 155
            new com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl
            dup
            aload 3 /* baseDir */
            invokespecial com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.<init>:(Ljava/io/File;)V
            astore 4 /* outResolver */
        start local 4 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl outResolver
         2: .line 157
            aload 1 /* config */
            invokevirtual com.sun.tools.internal.jxc.gen.config.Config.getSchema:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: com.sun.tools.internal.jxc.ConfigReader com.sun.tools.internal.jxc.gen.config.Config java.lang.String java.io.File com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.internal.jxc.gen.config.Schema
            astore 5 /* schema */
        start local 5 // com.sun.tools.internal.jxc.gen.config.Schema schema
         4: .line 158
            aload 5 /* schema */
            invokevirtual com.sun.tools.internal.jxc.gen.config.Schema.getNamespace:()Ljava/lang/String;
            astore 7 /* namespace */
        start local 7 // java.lang.String namespace
         5: .line 159
            aload 5 /* schema */
            invokevirtual com.sun.tools.internal.jxc.gen.config.Schema.getLocation:()Ljava/io/File;
            astore 8 /* location */
        start local 8 // java.io.File location
         6: .line 160
            aload 4 /* outResolver */
            aload 7 /* namespace */
            aload 8 /* location */
            invokevirtual com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl.addSchemaInfo:(Ljava/lang/String;Ljava/io/File;)V
        end local 8 // java.io.File location
        end local 7 // java.lang.String namespace
        end local 5 // com.sun.tools.internal.jxc.gen.config.Schema schema
         7: .line 157
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 162
            aload 4 /* outResolver */
            areturn
        end local 4 // com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl outResolver
        end local 3 // java.io.File baseDir
        end local 2 // java.lang.String xmlpath
        end local 1 // com.sun.tools.internal.jxc.gen.config.Config config
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/tools/internal/jxc/ConfigReader;
            0    9     1       config  Lcom/sun/tools/internal/jxc/gen/config/Config;
            0    9     2      xmlpath  Ljava/lang/String;
            1    9     3      baseDir  Ljava/io/File;
            2    9     4  outResolver  Lcom/sun/tools/internal/jxc/ConfigReader$SchemaOutputResolverImpl;
            4    7     5       schema  Lcom/sun/tools/internal/jxc/gen/config/Schema;
            5    7     7    namespace  Ljava/lang/String;
            6    7     8     location  Ljava/io/File;
    MethodParameters:
         Name  Flags
      config   
      xmlpath  

  private boolean checkPatternMatch(java.lang.String, java.util.regex.Pattern);
    descriptor: (Ljava/lang/String;Ljava/util/regex/Pattern;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
        start local 1 // java.lang.String qualifiedName
        start local 2 // java.util.regex.Pattern pattern
         0: .line 175
            aload 2 /* pattern */
            aload 1 /* qualifiedName */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 176
            aload 3 /* matcher */
            invokevirtual java.util.regex.Matcher.matches:()Z
            ireturn
        end local 3 // java.util.regex.Matcher matcher
        end local 2 // java.util.regex.Pattern pattern
        end local 1 // java.lang.String qualifiedName
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/tools/internal/jxc/ConfigReader;
            0    2     1  qualifiedName  Ljava/lang/String;
            0    2     2        pattern  Ljava/util/regex/Pattern;
            1    2     3        matcher  Ljava/util/regex/Matcher;
    MethodParameters:
               Name  Flags
      qualifiedName  
      pattern        

  private com.sun.tools.internal.jxc.gen.config.Config parseAndGetConfig(java.io.File, org.xml.sax.ErrorHandler, boolean);
    descriptor: (Ljava/io/File;Lorg/xml/sax/ErrorHandler;Z)Lcom/sun/tools/internal/jxc/gen/config/Config;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // com.sun.tools.internal.jxc.ConfigReader this
        start local 1 // java.io.File xmlFile
        start local 2 // org.xml.sax.ErrorHandler errorHandler
        start local 3 // boolean disableSecureProcessing
         0: .line 198
            iload 3 /* disableSecureProcessing */
            invokestatic com.sun.xml.internal.bind.v2.util.XmlFactory.createParserFactory:(Z)Ljavax/xml/parsers/SAXParserFactory;
            astore 5 /* factory */
        start local 5 // javax.xml.parsers.SAXParserFactory factory
         1: .line 199
            aload 5 /* factory */
            invokevirtual javax.xml.parsers.SAXParserFactory.newSAXParser:()Ljavax/xml/parsers/SAXParser;
            invokevirtual javax.xml.parsers.SAXParser.getXMLReader:()Lorg/xml/sax/XMLReader;
            astore 4 /* reader */
        end local 5 // javax.xml.parsers.SAXParserFactory factory
        start local 4 // org.xml.sax.XMLReader reader
         2: .line 200
            goto 5
        end local 4 // org.xml.sax.XMLReader reader
      StackMap locals:
      StackMap stack: javax.xml.parsers.ParserConfigurationException
         3: astore 5 /* e */
        start local 5 // javax.xml.parsers.ParserConfigurationException e
         4: .line 202
            new java.lang.Error
            dup
            aload 5 /* e */
            invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // javax.xml.parsers.ParserConfigurationException e
        start local 4 // org.xml.sax.XMLReader reader
         5: .line 204
      StackMap locals: org.xml.sax.XMLReader
      StackMap stack:
            new com.sun.tools.internal.jxc.NGCCRuntimeEx
            dup
            aload 2 /* errorHandler */
            invokespecial com.sun.tools.internal.jxc.NGCCRuntimeEx.<init>:(Lorg/xml/sax/ErrorHandler;)V
            astore 5 /* runtime */
        start local 5 // com.sun.tools.internal.jxc.NGCCRuntimeEx runtime
         6: .line 207
            getstatic com.sun.tools.internal.jxc.ConfigReader.configSchema:Lcom/sun/tools/internal/xjc/SchemaCache;
            invokevirtual com.sun.tools.internal.xjc.SchemaCache.newValidator:()Ljavax/xml/validation/ValidatorHandler;
            astore 6 /* validator */
        start local 6 // javax.xml.validation.ValidatorHandler validator
         7: .line 208
            aload 6 /* validator */
            aload 2 /* errorHandler */
            invokevirtual javax.xml.validation.ValidatorHandler.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
         8: .line 211
            aload 4 /* reader */
            new com.sun.tools.internal.xjc.util.ForkContentHandler
            dup
            aload 6 /* validator */
            aload 5 /* runtime */
            invokespecial com.sun.tools.internal.xjc.util.ForkContentHandler.<init>:(Lorg/xml/sax/ContentHandler;Lorg/xml/sax/ContentHandler;)V
            invokeinterface org.xml.sax.XMLReader.setContentHandler:(Lorg/xml/sax/ContentHandler;)V
         9: .line 213
            aload 4 /* reader */
            aload 2 /* errorHandler */
            invokeinterface org.xml.sax.XMLReader.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
        10: .line 214
            new com.sun.tools.internal.jxc.gen.config.Config
            dup
            aload 5 /* runtime */
            invokespecial com.sun.tools.internal.jxc.gen.config.Config.<init>:(Lcom/sun/tools/internal/jxc/NGCCRuntimeEx;)V
            astore 7 /* config */
        start local 7 // com.sun.tools.internal.jxc.gen.config.Config config
        11: .line 215
            aload 5 /* runtime */
            aload 7 /* config */
            invokevirtual com.sun.tools.internal.jxc.NGCCRuntimeEx.setRootHandler:(Lcom/sun/tools/internal/jxc/gen/config/NGCCHandler;)V
        12: .line 216
            aload 4 /* reader */
            new org.xml.sax.InputSource
            dup
            aload 1 /* xmlFile */
            invokevirtual java.io.File.toURL:()Ljava/net/URL;
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            invokespecial org.xml.sax.InputSource.<init>:(Ljava/lang/String;)V
            invokeinterface org.xml.sax.XMLReader.parse:(Lorg/xml/sax/InputSource;)V
        13: .line 217
            aload 5 /* runtime */
            invokevirtual com.sun.tools.internal.jxc.NGCCRuntimeEx.reset:()V
        14: .line 219
            aload 7 /* config */
            areturn
        end local 7 // com.sun.tools.internal.jxc.gen.config.Config config
        end local 6 // javax.xml.validation.ValidatorHandler validator
        end local 5 // com.sun.tools.internal.jxc.NGCCRuntimeEx runtime
        end local 4 // org.xml.sax.XMLReader reader
        end local 3 // boolean disableSecureProcessing
        end local 2 // org.xml.sax.ErrorHandler errorHandler
        end local 1 // java.io.File xmlFile
        end local 0 // com.sun.tools.internal.jxc.ConfigReader this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   15     0                     this  Lcom/sun/tools/internal/jxc/ConfigReader;
            0   15     1                  xmlFile  Ljava/io/File;
            0   15     2             errorHandler  Lorg/xml/sax/ErrorHandler;
            0   15     3  disableSecureProcessing  Z
            2    3     4                   reader  Lorg/xml/sax/XMLReader;
            5   15     4                   reader  Lorg/xml/sax/XMLReader;
            1    2     5                  factory  Ljavax/xml/parsers/SAXParserFactory;
            4    5     5                        e  Ljavax/xml/parsers/ParserConfigurationException;
            6   15     5                  runtime  Lcom/sun/tools/internal/jxc/NGCCRuntimeEx;
            7   15     6                validator  Ljavax/xml/validation/ValidatorHandler;
           11   15     7                   config  Lcom/sun/tools/internal/jxc/gen/config/Config;
      Exception table:
        from    to  target  type
           0     2       3  Class javax.xml.parsers.ParserConfigurationException
    Exceptions:
      throws org.xml.sax.SAXException, java.io.IOException
    MethodParameters:
                         Name  Flags
      xmlFile                  
      errorHandler             
      disableSecureProcessing  
}
SourceFile: "ConfigReader.java"
NestMembers:
  com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl
InnerClasses:
  private final SchemaOutputResolverImpl = com.sun.tools.internal.jxc.ConfigReader$SchemaOutputResolverImpl of com.sun.tools.internal.jxc.ConfigReader