public final class com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory extends javax.xml.validation.SchemaFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory
  super_class: javax.xml.validation.SchemaFactory
{
  private static final java.lang.String JAXP_SOURCE_FEATURE_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://javax.xml.transform"

  private static final java.lang.String SCHEMA_FULL_CHECKING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/validation/schema-full-checking"

  private static final java.lang.String USE_GRAMMAR_POOL_ONLY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/features/internal/validation/schema/use-grammar-pool-only"

  private static final java.lang.String XMLGRAMMAR_POOL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/internal/grammar-pool"

  private static final java.lang.String SECURITY_MANAGER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://apache.org/xml/properties/security-manager"

  private static final java.lang.String XML_SECURITY_PROPERTY_MANAGER;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"

  private final com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader fXMLSchemaLoader;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.xml.sax.ErrorHandler fErrorHandler;
    descriptor: Lorg/xml/sax/ErrorHandler;
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.ls.LSResourceResolver fLSResourceResolver;
    descriptor: Lorg/w3c/dom/ls/LSResourceResolver;
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper fDOMEntityResolverWrapper;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper fErrorHandlerWrapper;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.org.apache.xerces.internal.utils.XMLSecurityManager fSecurityManager;
    descriptor: Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager fSecurityPropertyMgr;
    descriptor: Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper fXMLGrammarPoolWrapper;
    descriptor: Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean fUseGrammarPoolOnly;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final jdk.xml.internal.JdkXmlFeatures fXmlFeatures;
    descriptor: Ljdk/xml/internal/JdkXmlFeatures;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean fOverrideDefaultParser;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
         0: .line 140
            aload 0 /* this */
            invokespecial javax.xml.validation.SchemaFactory.<init>:()V
         1: .line 105
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
         2: .line 141
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
            dup
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.DraconianErrorHandler.getInstance:()Lcom/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler;
            invokespecial com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.<init>:(Lorg/xml/sax/ErrorHandler;)V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandlerWrapper:Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
         3: .line 142
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper
            dup
            invokespecial com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fDOMEntityResolverWrapper:Lcom/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper;
         4: .line 143
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper
            dup
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLGrammarPoolWrapper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper;
         5: .line 144
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://apache.org/xml/features/validation/schema-full-checking"
            iconst_1
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setFeature:(Ljava/lang/String;Z)V
         6: .line 145
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLGrammarPoolWrapper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 146
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fDOMEntityResolverWrapper:Lcom/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setEntityResolver:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;)V
         8: .line 147
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandlerWrapper:Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setErrorHandler:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;)V
         9: .line 148
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fUseGrammarPoolOnly:Z
        10: .line 151
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
            dup
            iconst_1
            invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.<init>:(Z)V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
        11: .line 152
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://apache.org/xml/properties/security-manager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        12: .line 154
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            dup
            invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
        13: .line 155
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
        14: .line 156
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
        15: .line 155
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        16: .line 159
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://javax.xml.XMLConstants/feature/useCatalog"
            getstatic jdk.xml.internal.JdkXmlUtils.USE_CATALOG_DEFAULT:Z
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setFeature:(Ljava/lang/String;Z)V
        17: .line 160
            invokestatic javax.xml.catalog.CatalogFeatures$Feature.values:()[Ljavax/xml/catalog/CatalogFeatures$Feature;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 21
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory top int int javax.xml.catalog.CatalogFeatures$Feature[]
      StackMap stack:
        18: aload 4
            iload 2
            aaload
            astore 1 /* f */
        start local 1 // javax.xml.catalog.CatalogFeatures$Feature f
        19: .line 161
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 1 /* f */
            invokevirtual javax.xml.catalog.CatalogFeatures$Feature.getPropertyName:()Ljava/lang/String;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 1 // javax.xml.catalog.CatalogFeatures$Feature f
        20: .line 160
            iinc 2 1
      StackMap locals:
      StackMap stack:
        21: iload 2
            iload 3
            if_icmplt 18
        22: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "jdk.xml.cdataChunkSize"
            getstatic jdk.xml.internal.JdkXmlUtils.CDATA_CHUNK_SIZE_DEFAULT:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        23: .line 165
            aload 0 /* this */
            new jdk.xml.internal.JdkXmlFeatures
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.isSecureProcessing:()Z
            invokespecial jdk.xml.internal.JdkXmlFeatures.<init>:(Z)V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXmlFeatures:Ljdk/xml/internal/JdkXmlFeatures;
        24: .line 166
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXmlFeatures:Ljdk/xml/internal/JdkXmlFeatures;
        25: .line 167
            getstatic jdk.xml.internal.JdkXmlFeatures$XmlFeature.JDK_OVERRIDE_PARSER:Ljdk/xml/internal/JdkXmlFeatures$XmlFeature;
        26: .line 166
            invokevirtual jdk.xml.internal.JdkXmlFeatures.getFeature:(Ljdk/xml/internal/JdkXmlFeatures$XmlFeature;)Z
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fOverrideDefaultParser:Z
        27: .line 168
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "jdk.xml.overrideDefaultParser"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fOverrideDefaultParser:Z
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setFeature:(Ljava/lang/String;Z)V
        28: .line 169
            return
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
           19   20     1     f  Ljavax/xml/catalog/CatalogFeatures$Feature;

  public boolean isSchemaLanguageSupported(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // java.lang.String schemaLanguage
         0: .line 184
            aload 1 /* schemaLanguage */
            ifnonnull 4
         1: .line 185
            new java.lang.NullPointerException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         2: .line 186
            ldc "SchemaLanguageNull"
            aconst_null
         3: .line 185
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* schemaLanguage */
            invokevirtual java.lang.String.length:()I
            ifne 8
         5: .line 189
            new java.lang.IllegalArgumentException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         6: .line 190
            ldc "SchemaLanguageLengthZero"
            aconst_null
         7: .line 189
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* schemaLanguage */
            ldc "http://www.w3.org/2001/XMLSchema"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
         9: .line 194
            aload 1 /* schemaLanguage */
            getstatic com.sun.org.apache.xerces.internal.impl.Constants.W3C_XML_SCHEMA10_NS_URI:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
        10: .line 193
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_1
            ireturn
        end local 1 // java.lang.String schemaLanguage
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   12     1  schemaLanguage  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      schemaLanguage  

  public org.w3c.dom.ls.LSResourceResolver getResourceResolver();
    descriptor: ()Lorg/w3c/dom/ls/LSResourceResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
         0: .line 198
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fLSResourceResolver:Lorg/w3c/dom/ls/LSResourceResolver;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;

  public void setResourceResolver(org.w3c.dom.ls.LSResourceResolver);
    descriptor: (Lorg/w3c/dom/ls/LSResourceResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // org.w3c.dom.ls.LSResourceResolver resourceResolver
         0: .line 202
            aload 0 /* this */
            aload 1 /* resourceResolver */
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fLSResourceResolver:Lorg/w3c/dom/ls/LSResourceResolver;
         1: .line 203
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fDOMEntityResolverWrapper:Lcom/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper;
            aload 1 /* resourceResolver */
            invokevirtual com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper.setEntityResolver:(Lorg/w3c/dom/ls/LSResourceResolver;)V
         2: .line 204
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fDOMEntityResolverWrapper:Lcom/sun/org/apache/xerces/internal/util/DOMEntityResolverWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setEntityResolver:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver;)V
         3: .line 205
            return
        end local 1 // org.w3c.dom.ls.LSResourceResolver resourceResolver
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0    4     1  resourceResolver  Lorg/w3c/dom/ls/LSResourceResolver;
    MethodParameters:
                  Name  Flags
      resourceResolver  

  public org.xml.sax.ErrorHandler getErrorHandler();
    descriptor: ()Lorg/xml/sax/ErrorHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
         0: .line 208
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandler:Lorg/xml/sax/ErrorHandler;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;

  public void setErrorHandler(org.xml.sax.ErrorHandler);
    descriptor: (Lorg/xml/sax/ErrorHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // org.xml.sax.ErrorHandler errorHandler
         0: .line 212
            aload 0 /* this */
            aload 1 /* errorHandler */
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandler:Lorg/xml/sax/ErrorHandler;
         1: .line 213
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandlerWrapper:Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
            aload 1 /* errorHandler */
            ifnull 2
            aload 1 /* errorHandler */
            goto 3
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
         2: invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.DraconianErrorHandler.getInstance:()Lcom/sun/org/apache/xerces/internal/jaxp/validation/DraconianErrorHandler;
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory org.xml.sax.ErrorHandler
      StackMap stack: com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper org.xml.sax.ErrorHandler
         3: invokevirtual com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
         4: .line 214
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandlerWrapper:Lcom/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setErrorHandler:(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler;)V
         5: .line 215
            return
        end local 1 // org.xml.sax.ErrorHandler errorHandler
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0    6     1  errorHandler  Lorg/xml/sax/ErrorHandler;
    MethodParameters:
              Name  Flags
      errorHandler  

  public javax.xml.validation.Schema newSchema(javax.xml.transform.Source[]);
    descriptor: ([Ljavax/xml/transform/Source;)Ljavax/xml/validation/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // javax.xml.transform.Source[] schemas
         0: .line 220
            new com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension
            dup
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension.<init>:()V
            astore 2 /* pool */
        start local 2 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension pool
         1: .line 221
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLGrammarPoolWrapper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper;
            aload 2 /* pool */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper.setGrammarPool:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
         2: .line 223
            aload 1 /* schemas */
            arraylength
            anewarray com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            astore 3 /* xmlInputSources */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[] xmlInputSources
         3: .line 226
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 49
         5: .line 227
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.transform.Source[] com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[] top top int
      StackMap stack:
            aload 1 /* schemas */
            iload 6 /* i */
            aaload
            astore 7 /* source */
        start local 7 // javax.xml.transform.Source source
         6: .line 228
            aload 7 /* source */
            instanceof javax.xml.transform.stream.StreamSource
            ifeq 17
         7: .line 229
            aload 7 /* source */
            checkcast javax.xml.transform.stream.StreamSource
            astore 8 /* streamSource */
        start local 8 // javax.xml.transform.stream.StreamSource streamSource
         8: .line 230
            aload 8 /* streamSource */
            invokevirtual javax.xml.transform.stream.StreamSource.getPublicId:()Ljava/lang/String;
            astore 9 /* publicId */
        start local 9 // java.lang.String publicId
         9: .line 231
            aload 8 /* streamSource */
            invokevirtual javax.xml.transform.stream.StreamSource.getSystemId:()Ljava/lang/String;
            astore 10 /* systemId */
        start local 10 // java.lang.String systemId
        10: .line 232
            aload 8 /* streamSource */
            invokevirtual javax.xml.transform.stream.StreamSource.getInputStream:()Ljava/io/InputStream;
            astore 4 /* inputStream */
        start local 4 // java.io.InputStream inputStream
        11: .line 233
            aload 8 /* streamSource */
            invokevirtual javax.xml.transform.stream.StreamSource.getReader:()Ljava/io/Reader;
            astore 5 /* reader */
        start local 5 // java.io.Reader reader
        12: .line 234
            new com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
            dup
            aload 9 /* publicId */
            aload 10 /* systemId */
            aconst_null
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
            astore 11 /* xmlInputSource */
        start local 11 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
        13: .line 235
            aload 11 /* xmlInputSource */
            aload 4 /* inputStream */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setByteStream:(Ljava/io/InputStream;)V
        14: .line 236
            aload 11 /* xmlInputSource */
            aload 5 /* reader */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource.setCharacterStream:(Ljava/io/Reader;)V
        15: .line 237
            aload 3 /* xmlInputSources */
            iload 6 /* i */
            aload 11 /* xmlInputSource */
            aastore
        end local 11 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource xmlInputSource
        end local 10 // java.lang.String systemId
        end local 9 // java.lang.String publicId
        end local 8 // javax.xml.transform.stream.StreamSource streamSource
        16: .line 238
            goto 48
        end local 5 // java.io.Reader reader
        end local 4 // java.io.InputStream inputStream
        17: .line 239
      StackMap locals: javax.xml.transform.Source
      StackMap stack:
            aload 7 /* source */
            instanceof javax.xml.transform.sax.SAXSource
            ifeq 26
        18: .line 240
            aload 7 /* source */
            checkcast javax.xml.transform.sax.SAXSource
            astore 8 /* saxSource */
        start local 8 // javax.xml.transform.sax.SAXSource saxSource
        19: .line 241
            aload 8 /* saxSource */
            invokevirtual javax.xml.transform.sax.SAXSource.getInputSource:()Lorg/xml/sax/InputSource;
            astore 9 /* inputSource */
        start local 9 // org.xml.sax.InputSource inputSource
        20: .line 242
            aload 9 /* inputSource */
            ifnonnull 24
        21: .line 243
            new org.xml.sax.SAXException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        22: .line 244
            ldc "SAXSourceNullInputSource"
            aconst_null
        23: .line 243
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.xml.sax.SAXException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 246
      StackMap locals: javax.xml.transform.sax.SAXSource org.xml.sax.InputSource
      StackMap stack:
            aload 3 /* xmlInputSources */
            iload 6 /* i */
            new com.sun.org.apache.xerces.internal.util.SAXInputSource
            dup
            aload 8 /* saxSource */
            invokevirtual javax.xml.transform.sax.SAXSource.getXMLReader:()Lorg/xml/sax/XMLReader;
            aload 9 /* inputSource */
            invokespecial com.sun.org.apache.xerces.internal.util.SAXInputSource.<init>:(Lorg/xml/sax/XMLReader;Lorg/xml/sax/InputSource;)V
            aastore
        end local 9 // org.xml.sax.InputSource inputSource
        end local 8 // javax.xml.transform.sax.SAXSource saxSource
        25: .line 247
            goto 48
        26: .line 248
      StackMap locals:
      StackMap stack:
            aload 7 /* source */
            instanceof javax.xml.transform.dom.DOMSource
            ifeq 32
        27: .line 249
            aload 7 /* source */
            checkcast javax.xml.transform.dom.DOMSource
            astore 8 /* domSource */
        start local 8 // javax.xml.transform.dom.DOMSource domSource
        28: .line 250
            aload 8 /* domSource */
            invokevirtual javax.xml.transform.dom.DOMSource.getNode:()Lorg/w3c/dom/Node;
            astore 9 /* node */
        start local 9 // org.w3c.dom.Node node
        29: .line 251
            aload 8 /* domSource */
            invokevirtual javax.xml.transform.dom.DOMSource.getSystemId:()Ljava/lang/String;
            astore 10 /* systemID */
        start local 10 // java.lang.String systemID
        30: .line 252
            aload 3 /* xmlInputSources */
            iload 6 /* i */
            new com.sun.org.apache.xerces.internal.util.DOMInputSource
            dup
            aload 9 /* node */
            aload 10 /* systemID */
            invokespecial com.sun.org.apache.xerces.internal.util.DOMInputSource.<init>:(Lorg/w3c/dom/Node;Ljava/lang/String;)V
            aastore
        end local 10 // java.lang.String systemID
        end local 9 // org.w3c.dom.Node node
        end local 8 // javax.xml.transform.dom.DOMSource domSource
        31: .line 253
            goto 48
        32: .line 254
      StackMap locals:
      StackMap stack:
            aload 7 /* source */
            instanceof javax.xml.transform.stax.StAXSource
            ifeq 40
        33: .line 255
            aload 7 /* source */
            checkcast javax.xml.transform.stax.StAXSource
            astore 8 /* staxSource */
        start local 8 // javax.xml.transform.stax.StAXSource staxSource
        34: .line 256
            aload 8 /* staxSource */
            invokevirtual javax.xml.transform.stax.StAXSource.getXMLEventReader:()Ljavax/xml/stream/XMLEventReader;
            astore 9 /* eventReader */
        start local 9 // javax.xml.stream.XMLEventReader eventReader
        35: .line 257
            aload 9 /* eventReader */
            ifnull 38
        36: .line 258
            aload 3 /* xmlInputSources */
            iload 6 /* i */
            new com.sun.org.apache.xerces.internal.util.StAXInputSource
            dup
            aload 9 /* eventReader */
            invokespecial com.sun.org.apache.xerces.internal.util.StAXInputSource.<init>:(Ljavax/xml/stream/XMLEventReader;)V
            aastore
        37: .line 259
            goto 48
        38: .line 261
      StackMap locals: javax.xml.transform.stax.StAXSource javax.xml.stream.XMLEventReader
      StackMap stack:
            aload 3 /* xmlInputSources */
            iload 6 /* i */
            new com.sun.org.apache.xerces.internal.util.StAXInputSource
            dup
            aload 8 /* staxSource */
            invokevirtual javax.xml.transform.stax.StAXSource.getXMLStreamReader:()Ljavax/xml/stream/XMLStreamReader;
            invokespecial com.sun.org.apache.xerces.internal.util.StAXInputSource.<init>:(Ljavax/xml/stream/XMLStreamReader;)V
            aastore
        end local 9 // javax.xml.stream.XMLEventReader eventReader
        end local 8 // javax.xml.transform.stax.StAXSource staxSource
        39: .line 263
            goto 48
        40: .line 264
      StackMap locals:
      StackMap stack:
            aload 7 /* source */
            ifnonnull 44
        41: .line 265
            new java.lang.NullPointerException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        42: .line 266
            ldc "SchemaSourceArrayMemberNull"
            aconst_null
        43: .line 265
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        44: .line 269
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        45: .line 270
            ldc "SchemaFactorySourceUnrecognized"
        46: .line 271
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* source */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
        47: .line 269
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // javax.xml.transform.Source source
        48: .line 226
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        49: iload 6 /* i */
            aload 1 /* schemas */
            arraylength
            if_icmplt 5
        end local 6 // int i
        50: .line 276
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 3 /* xmlInputSources */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar:([Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V
        51: .line 277
            goto 59
        52: .line 278
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.transform.Source[] com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[]
      StackMap stack: com.sun.org.apache.xerces.internal.xni.XNIException
            astore 6 /* e */
        start local 6 // com.sun.org.apache.xerces.internal.xni.XNIException e
        53: .line 280
            aload 6 /* e */
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.Util.toSAXException:(Lcom/sun/org/apache/xerces/internal/xni/XNIException;)Lorg/xml/sax/SAXException;
            athrow
        end local 6 // com.sun.org.apache.xerces.internal.xni.XNIException e
        54: .line 282
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 6 /* e */
        start local 6 // java.io.IOException e
        55: .line 284
            new org.xml.sax.SAXParseException
            dup
            aload 6 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aconst_null
            aload 6 /* e */
            invokespecial org.xml.sax.SAXParseException.<init>:(Ljava/lang/String;Lorg/xml/sax/Locator;Ljava/lang/Exception;)V
            astore 7 /* se */
        start local 7 // org.xml.sax.SAXParseException se
        56: .line 285
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandler:Lorg/xml/sax/ErrorHandler;
            ifnull 58
        57: .line 286
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fErrorHandler:Lorg/xml/sax/ErrorHandler;
            aload 7 /* se */
            invokeinterface org.xml.sax.ErrorHandler.error:(Lorg/xml/sax/SAXParseException;)V
        58: .line 288
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.transform.Source[] com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[] top top java.io.IOException org.xml.sax.SAXParseException
      StackMap stack:
            aload 7 /* se */
            athrow
        end local 7 // org.xml.sax.SAXParseException se
        end local 6 // java.io.IOException e
        59: .line 292
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.transform.Source[] com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLGrammarPoolWrapper:Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolWrapper;
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper.setGrammarPool:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
        60: .line 295
            aload 2 /* pool */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension.getGrammarCount:()I
            istore 6 /* grammarCount */
        start local 6 // int grammarCount
        61: .line 296
            aconst_null
            astore 7 /* schema */
        start local 7 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
        62: .line 297
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fUseGrammarPoolOnly:Z
            ifeq 72
        63: .line 298
            iload 6 /* grammarCount */
            iconst_1
            if_icmple 66
        64: .line 299
            new com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema
            dup
            new com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool
            dup
            aload 2 /* pool */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            astore 7 /* schema */
        65: .line 300
            goto 73
        66: .line 301
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory javax.xml.transform.Source[] com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[] top top int com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema
      StackMap stack:
            iload 6 /* grammarCount */
            iconst_1
            if_icmpne 70
        67: .line 302
            aload 2 /* pool */
            ldc "http://www.w3.org/2001/XMLSchema"
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension.retrieveInitialGrammarSet:(Ljava/lang/String;)[Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
            astore 8 /* grammars */
        start local 8 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar[] grammars
        68: .line 303
            new com.sun.org.apache.xerces.internal.jaxp.validation.SimpleXMLSchema
            dup
            aload 8 /* grammars */
            iconst_0
            aaload
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.SimpleXMLSchema.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;)V
            astore 7 /* schema */
        end local 8 // com.sun.org.apache.xerces.internal.xni.grammars.Grammar[] grammars
        69: .line 304
            goto 73
        70: .line 306
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.jaxp.validation.EmptyXMLSchema
            dup
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.EmptyXMLSchema.<init>:()V
            astore 7 /* schema */
        71: .line 308
            goto 73
        72: .line 310
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema
            dup
            new com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool
            dup
            aload 2 /* pool */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;Z)V
            astore 7 /* schema */
        73: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* schema */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.propagateFeatures:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
        74: .line 313
            aload 0 /* this */
            aload 7 /* schema */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.propagateProperties:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
        75: .line 314
            aload 7 /* schema */
            areturn
        end local 7 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
        end local 6 // int grammarCount
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource[] xmlInputSources
        end local 2 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension pool
        end local 1 // javax.xml.transform.Source[] schemas
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   76     0             this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   76     1          schemas  [Ljavax/xml/transform/Source;
            1   76     2             pool  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory$XMLGrammarPoolImplExtension;
            3   76     3  xmlInputSources  [Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
           11   17     4      inputStream  Ljava/io/InputStream;
           12   17     5           reader  Ljava/io/Reader;
            4   50     6                i  I
            6   48     7           source  Ljavax/xml/transform/Source;
            8   16     8     streamSource  Ljavax/xml/transform/stream/StreamSource;
            9   16     9         publicId  Ljava/lang/String;
           10   16    10         systemId  Ljava/lang/String;
           13   16    11   xmlInputSource  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;
           19   25     8        saxSource  Ljavax/xml/transform/sax/SAXSource;
           20   25     9      inputSource  Lorg/xml/sax/InputSource;
           28   31     8        domSource  Ljavax/xml/transform/dom/DOMSource;
           29   31     9             node  Lorg/w3c/dom/Node;
           30   31    10         systemID  Ljava/lang/String;
           34   39     8       staxSource  Ljavax/xml/transform/stax/StAXSource;
           35   39     9      eventReader  Ljavax/xml/stream/XMLEventReader;
           53   54     6                e  Lcom/sun/org/apache/xerces/internal/xni/XNIException;
           55   59     6                e  Ljava/io/IOException;
           56   59     7               se  Lorg/xml/sax/SAXParseException;
           61   76     6     grammarCount  I
           62   76     7           schema  Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;
           68   69     8         grammars  [Lcom/sun/org/apache/xerces/internal/xni/grammars/Grammar;
      Exception table:
        from    to  target  type
          50    51      52  Class com.sun.org.apache.xerces.internal.xni.XNIException
          50    51      54  Class java.io.IOException
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
         Name  Flags
      schemas  

  public javax.xml.validation.Schema newSchema();
    descriptor: ()Ljavax/xml/validation/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
         0: .line 327
            new com.sun.org.apache.xerces.internal.jaxp.validation.WeakReferenceXMLSchema
            dup
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.WeakReferenceXMLSchema.<init>:()V
            astore 1 /* schema */
        start local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
         1: .line 328
            aload 0 /* this */
            aload 1 /* schema */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.propagateFeatures:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
         2: .line 329
            aload 0 /* this */
            aload 1 /* schema */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.propagateProperties:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
         3: .line 330
            aload 1 /* schema */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            1    4     1  schema  Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;
    Exceptions:
      throws org.xml.sax.SAXException

  public javax.xml.validation.Schema newSchema(com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)Ljavax/xml/validation/Schema;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool pool
         0: .line 337
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fUseGrammarPoolOnly:Z
            ifeq 2
         1: .line 338
            new com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema
            dup
            new com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool
            dup
            aload 1 /* pool */
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;)V
            goto 3
         2: .line 339
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema
            dup
            aload 1 /* pool */
            iconst_0
            invokespecial com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema.<init>:(Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;Z)V
         3: .line 337
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchema
            astore 2 /* schema */
        start local 2 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
         4: .line 340
            aload 0 /* this */
            aload 2 /* schema */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.propagateFeatures:(Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
         5: .line 341
            aload 2 /* schema */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
        end local 1 // com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool pool
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0    6     1    pool  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarPool;
            4    6     2  schema  Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;
    Exceptions:
      throws org.xml.sax.SAXException
    MethodParameters:
      Name  Flags
      pool  

  public boolean getFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // java.lang.String name
         0: .line 346
            aload 1 /* name */
            ifnonnull 4
         1: .line 347
            new java.lang.NullPointerException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         2: .line 348
            ldc "FeatureNameNull"
            aconst_null
         3: .line 347
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://javax.xml.transform"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 10
         5: .line 352
            aload 1 /* name */
            ldc "http://javax.xml.transform.stream.StreamSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         6: .line 353
            aload 1 /* name */
            ldc "http://javax.xml.transform.sax.SAXSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 354
            aload 1 /* name */
            ldc "http://javax.xml.transform.dom.DOMSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 355
            aload 1 /* name */
            ldc "http://javax.xml.transform.stax.StAXSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 356
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 359
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://javax.xml.XMLConstants/feature/secure-processing"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 360
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            ifnull 12
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.isSecureProcessing:()Z
            ifeq 12
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        13: .line 362
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/internal/validation/schema/use-grammar-pool-only"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 363
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fUseGrammarPoolOnly:Z
            ireturn
        15: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXmlFeatures:Ljdk/xml/internal/JdkXmlFeatures;
            aload 1 /* name */
            invokevirtual jdk.xml.internal.JdkXmlFeatures.getIndex:(Ljava/lang/String;)I
            istore 2 /* index */
        start local 2 // int index
        16: .line 367
            iload 2 /* index */
            iconst_m1
            if_icmple 18
        17: .line 368
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXmlFeatures:Ljdk/xml/internal/JdkXmlFeatures;
            iload 2 /* index */
            invokevirtual jdk.xml.internal.JdkXmlFeatures.getFeature:(I)Z
            ireturn
        18: .line 371
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 1 /* name */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getFeature:(Ljava/lang/String;)Z
        19: ireturn
        20: .line 373
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        21: .line 374
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 4 /* identifier */
        start local 4 // java.lang.String identifier
        22: .line 375
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 28
        23: .line 376
            new org.xml.sax.SAXNotRecognizedException
            dup
        24: .line 377
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        25: .line 378
            ldc "feature-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        26: .line 377
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        27: .line 376
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 381
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        29: .line 382
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        30: .line 383
            ldc "feature-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        31: .line 382
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        32: .line 381
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.String identifier
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        end local 2 // int index
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   33     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   33     1        name  Ljava/lang/String;
           16   33     2       index  I
           21   33     3           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
           22   33     4  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
          18    19      20  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // java.lang.String name
         0: .line 390
            aload 1 /* name */
            ifnonnull 4
         1: .line 391
            new java.lang.NullPointerException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         2: .line 392
            ldc "ProperyNameNull"
            aconst_null
         3: .line 391
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 394
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/security-manager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 395
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            areturn
         6: .line 397
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
         7: .line 398
            new org.xml.sax.SAXNotSupportedException
            dup
         8: .line 399
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         9: .line 400
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
        10: .line 399
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        11: .line 398
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 1 /* name */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
        13: areturn
        14: .line 405
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 2 /* e */
        start local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        15: .line 406
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 3 /* identifier */
        start local 3 // java.lang.String identifier
        16: .line 407
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 22
        17: .line 408
            new org.xml.sax.SAXNotRecognizedException
            dup
        18: .line 409
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        19: .line 410
            ldc "property-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        20: .line 409
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        21: .line 408
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 413
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        23: .line 414
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        24: .line 415
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* identifier */
            aastore
        25: .line 414
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        26: .line 413
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String identifier
        end local 2 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   27     1        name  Ljava/lang/String;
           15   27     2           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
           16   27     3  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
          12    13      14  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
      Name  Flags
      name  

  public void setFeature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // java.lang.String name
        start local 2 // boolean value
         0: .line 422
            aload 1 /* name */
            ifnonnull 4
         1: .line 423
            new java.lang.NullPointerException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         2: .line 424
            ldc "FeatureNameNull"
            aconst_null
         3: .line 423
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 426
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://javax.xml.transform"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 14
         5: .line 427
            aload 1 /* name */
            ldc "http://javax.xml.transform.stream.StreamSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         6: .line 428
            aload 1 /* name */
            ldc "http://javax.xml.transform.sax.SAXSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 429
            aload 1 /* name */
            ldc "http://javax.xml.transform.dom.DOMSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 430
            aload 1 /* name */
            ldc "http://javax.xml.transform.stax.StAXSource/feature"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         9: .line 431
      StackMap locals:
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        10: .line 432
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        11: .line 433
            ldc "feature-read-only"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
        12: .line 432
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        13: .line 431
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 436
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://javax.xml.XMLConstants/feature/secure-processing"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 31
        15: .line 437
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 21
            iload 2 /* value */
            ifne 21
        16: .line 438
            new org.xml.sax.SAXNotSupportedException
            dup
        17: .line 439
            aconst_null
        18: .line 440
            ldc "jaxp-secureprocessing-feature"
            aconst_null
        19: .line 439
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        20: .line 438
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            iload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.setSecureProcessing:(Z)V
        22: .line 444
            iload 2 /* value */
            ifeq 29
        23: .line 445
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property.ACCESS_EXTERNAL_DTD:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property;
        24: .line 446
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State.FSP:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;
            ldc ""
        25: .line 445
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.setValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;Ljava/lang/String;)V
        26: .line 447
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property.ACCESS_EXTERNAL_SCHEMA:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property;
        27: .line 448
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State.FSP:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;
            ldc ""
        28: .line 447
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.setValue:(Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;Ljava/lang/String;)V
        29: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://apache.org/xml/properties/security-manager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        30: .line 452
            return
        31: .line 454
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/features/internal/validation/schema/use-grammar-pool-only"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 34
        32: .line 455
            aload 0 /* this */
            iload 2 /* value */
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fUseGrammarPoolOnly:Z
        33: .line 456
            return
        34: .line 458
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://www.oracle.com/feature/use-service-mechanism"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 37
        35: .line 460
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 37
        36: .line 461
            return
        37: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXmlFeatures:Ljdk/xml/internal/JdkXmlFeatures;
            ifnull 44
        38: .line 465
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXmlFeatures:Ljdk/xml/internal/JdkXmlFeatures;
            aload 1 /* name */
            getstatic jdk.xml.internal.JdkXmlFeatures$State.APIPROPERTY:Ljdk/xml/internal/JdkXmlFeatures$State;
            iload 2 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual jdk.xml.internal.JdkXmlFeatures.setFeature:(Ljava/lang/String;Ljdk/xml/internal/JdkXmlFeatures$State;Ljava/lang/Object;)Z
            ifeq 44
        39: .line 466
            aload 1 /* name */
            ldc "jdk.xml.overrideDefaultParser"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 42
        40: .line 467
            aload 1 /* name */
            ldc "http://www.oracle.com/feature/use-service-mechanism"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 42
        41: .line 468
            aload 1 /* name */
            ldc "http://javax.xml.XMLConstants/feature/useCatalog"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 43
        42: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setFeature:(Ljava/lang/String;Z)V
        43: .line 471
      StackMap locals:
      StackMap stack:
            return
        44: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setFeature:(Ljava/lang/String;Z)V
        45: .line 475
            goto 59
        46: .line 476
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        47: .line 477
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 4 /* identifier */
        start local 4 // java.lang.String identifier
        48: .line 478
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 54
        49: .line 479
            new org.xml.sax.SAXNotRecognizedException
            dup
        50: .line 480
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        51: .line 481
            ldc "feature-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        52: .line 480
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        53: .line 479
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        54: .line 484
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        55: .line 485
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        56: .line 486
            ldc "feature-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        57: .line 485
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        58: .line 484
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.String identifier
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        59: .line 489
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean value
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   60     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   60     1        name  Ljava/lang/String;
            0   60     2       value  Z
           47   59     3           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
           48   59     4  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
          44    45      46  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object object
         0: .line 493
            aload 1 /* name */
            ifnonnull 4
         1: .line 494
            new java.lang.NullPointerException
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
         2: .line 495
            ldc "ProperyNameNull"
            aconst_null
         3: .line 494
            invokestatic com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 497
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/security-manager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 498
            aload 0 /* this */
            aload 2 /* object */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokestatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.convert:(Ljava/lang/Object;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;)Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
         6: .line 499
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://apache.org/xml/properties/security-manager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 500
            return
         8: .line 501
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
         9: .line 502
            aload 2 /* object */
            ifnonnull 12
        10: .line 503
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            dup
            invokespecial com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.<init>:()V
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
        11: .line 504
            goto 13
        12: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* object */
            checkcast com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
            putfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
        13: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            ldc "http://www.oracle.com/xml/jaxp/properties/xmlSecurityPropertyManager"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        14: .line 508
            return
        15: .line 510
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "http://apache.org/xml/properties/internal/grammar-pool"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        16: .line 511
            new org.xml.sax.SAXNotSupportedException
            dup
        17: .line 512
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        18: .line 513
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* name */
            aastore
        19: .line 512
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        20: .line 511
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            ifnull 23
        22: .line 518
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            aload 1 /* name */
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State.APIPROPERTY:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$State;
            aload 2 /* object */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.setLimit:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager$State;Ljava/lang/Object;)Z
            ifne 40
        23: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            ifnull 25
        24: .line 521
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityPropertyMgr:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager;
            aload 1 /* name */
            getstatic com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State.APIPROPERTY:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;
            aload 2 /* object */
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager.setValue:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State;Ljava/lang/Object;)Z
            ifne 40
        25: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 1 /* name */
            aload 2 /* object */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        26: .line 526
            goto 40
        27: .line 527
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
            astore 3 /* e */
        start local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        28: .line 528
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getIdentifier:()Ljava/lang/String;
            astore 4 /* identifier */
        start local 4 // java.lang.String identifier
        29: .line 529
            aload 3 /* e */
            invokevirtual com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException.getType:()Lcom/sun/org/apache/xerces/internal/util/Status;
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            if_acmpne 35
        30: .line 530
            new org.xml.sax.SAXNotRecognizedException
            dup
        31: .line 531
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        32: .line 532
            ldc "property-not-recognized"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        33: .line 531
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        34: .line 530
            invokespecial org.xml.sax.SAXNotRecognizedException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 535
      StackMap locals: com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException java.lang.String
      StackMap stack:
            new org.xml.sax.SAXNotSupportedException
            dup
        36: .line 536
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getLocale:()Ljava/util/Locale;
        37: .line 537
            ldc "property-not-supported"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* identifier */
            aastore
        38: .line 536
            invokestatic com.sun.org.apache.xerces.internal.util.SAXMessageFormatter.formatMessage:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        39: .line 535
            invokespecial org.xml.sax.SAXNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.String identifier
        end local 3 // com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException e
        40: .line 540
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object object
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   41     1        name  Ljava/lang/String;
            0   41     2      object  Ljava/lang/Object;
           28   40     3           e  Lcom/sun/org/apache/xerces/internal/xni/parser/XMLConfigurationException;
           29   40     4  identifier  Ljava/lang/String;
      Exception table:
        from    to  target  type
          21    26      27  Class com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException
    Exceptions:
      throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
    MethodParameters:
        Name  Flags
      name    
      object  

  private void propagateFeatures(com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema);
    descriptor: (Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
         0: .line 543
            aload 1 /* schema */
            ldc "http://javax.xml.XMLConstants/feature/secure-processing"
         1: .line 544
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fSecurityManager:Lcom/sun/org/apache/xerces/internal/utils/XMLSecurityManager;
            invokevirtual com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.isSecureProcessing:()Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema java.lang.String
         2: iconst_0
         3: .line 543
      StackMap locals: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema
      StackMap stack: com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema java.lang.String int
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema.setFeature:(Ljava/lang/String;Z)V
         4: .line 545
            aload 1 /* schema */
            ldc "jdk.xml.overrideDefaultParser"
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fOverrideDefaultParser:Z
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema.setFeature:(Ljava/lang/String;Z)V
         5: .line 546
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getRecognizedFeatures:()[Ljava/lang/String;
            astore 2 /* features */
        start local 2 // java.lang.String[] features
         6: .line 547
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 548
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 2 /* features */
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getFeature:(Ljava/lang/String;)Z
            istore 4 /* state */
        start local 4 // boolean state
         9: .line 549
            aload 1 /* schema */
            aload 2 /* features */
            iload 3 /* i */
            aaload
            iload 4 /* state */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema.setFeature:(Ljava/lang/String;Z)V
        end local 4 // boolean state
        10: .line 547
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 2 /* features */
            arraylength
            if_icmplt 8
        end local 3 // int i
        12: .line 551
            return
        end local 2 // java.lang.String[] features
        end local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0   13     1    schema  Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;
            6   13     2  features  [Ljava/lang/String;
            7   12     3         i  I
            9   10     4     state  Z
    MethodParameters:
        Name  Flags
      schema  

  private void propagateProperties(com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema);
    descriptor: (Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
        start local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
         0: .line 554
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getRecognizedProperties:()[Ljava/lang/String;
            astore 2 /* properties */
        start local 2 // java.lang.String[] properties
         1: .line 555
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 556
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.fXMLSchemaLoader:Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader;
            aload 2 /* properties */
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            astore 4 /* state */
        start local 4 // java.lang.Object state
         4: .line 557
            aload 1 /* schema */
            aload 2 /* properties */
            iload 3 /* i */
            aaload
            aload 4 /* state */
            invokevirtual com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 4 // java.lang.Object state
         5: .line 555
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* properties */
            arraylength
            if_icmplt 3
        end local 3 // int i
         7: .line 559
            return
        end local 2 // java.lang.String[] properties
        end local 1 // com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema schema
        end local 0 // com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory;
            0    8     1      schema  Lcom/sun/org/apache/xerces/internal/jaxp/validation/AbstractXMLSchema;
            1    8     2  properties  [Ljava/lang/String;
            2    7     3           i  I
            4    5     4       state  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      schema  
}
SourceFile: "XMLSchemaFactory.java"
NestMembers:
  com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension  com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper
InnerClasses:
  XMLGrammarPoolImplExtension = com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension of com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory
  XMLGrammarPoolWrapper = com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper of com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory
  public final State = com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State of com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
  public final Property = com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property of com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
  public final State = com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State of com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
  public final Feature = javax.xml.catalog.CatalogFeatures$Feature of javax.xml.catalog.CatalogFeatures
  public final State = jdk.xml.internal.JdkXmlFeatures$State of jdk.xml.internal.JdkXmlFeatures
  public final XmlFeature = jdk.xml.internal.JdkXmlFeatures$XmlFeature of jdk.xml.internal.JdkXmlFeatures