public class com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl extends com.sun.org.apache.xerces.internal.dom.CoreDOMImplementationImpl implements com.sun.org.apache.xerces.internal.xs.XSImplementation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl
  super_class: com.sun.org.apache.xerces.internal.dom.CoreDOMImplementationImpl
{
  static com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl singleton;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            new com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl.<init>:()V
            putstatic com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl.singleton:Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
         0: .line 43
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.dom.CoreDOMImplementationImpl.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;

  public static org.w3c.dom.DOMImplementation getDOMImplementation();
    descriptor: ()Lorg/w3c/dom/DOMImplementation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 61
            getstatic com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl.singleton:Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean hasFeature(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
        start local 1 // java.lang.String feature
        start local 2 // java.lang.String version
         0: .line 85
            aload 1 /* feature */
            ldc "XS-Loader"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 1
            aload 2 /* version */
            ifnull 3
            aload 2 /* version */
            ldc "1.0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* feature */
            aload 2 /* version */
            invokespecial com.sun.org.apache.xerces.internal.dom.CoreDOMImplementationImpl.hasFeature:(Ljava/lang/String;Ljava/lang/String;)Z
            ifne 3
         2: .line 85
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 2 // java.lang.String version
        end local 1 // java.lang.String feature
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;
            0    4     1  feature  Ljava/lang/String;
            0    4     2  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      feature  
      version  

  public com.sun.org.apache.xerces.internal.xs.XSLoader createXSLoader(com.sun.org.apache.xerces.internal.xs.StringList);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/StringList;)Lcom/sun/org/apache/xerces/internal/xs/XSLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.StringList versions
         0: .line 95
            new com.sun.org.apache.xerces.internal.impl.xs.XSLoaderImpl
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSLoaderImpl.<init>:()V
            astore 2 /* loader */
        start local 2 // com.sun.org.apache.xerces.internal.xs.XSLoader loader
         1: .line 96
            aload 1 /* versions */
            ifnonnull 3
         2: .line 97
            aload 2 /* loader */
            areturn
         3: .line 99
      StackMap locals: com.sun.org.apache.xerces.internal.xs.XSLoader
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 13
         5: .line 100
      StackMap locals: int
      StackMap stack:
            aload 1 /* versions */
            iload 3 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.item:(I)Ljava/lang/String;
            ldc "1.0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
         6: .line 103
            ldc "http://www.w3.org/dom/DOMTR"
         7: .line 104
            ldc "FEATURE_NOT_SUPPORTED"
         8: .line 105
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* versions */
            iload 3 /* i */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.item:(I)Ljava/lang/String;
            aastore
         9: .line 102
            invokestatic com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter.formatMessage:(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        10: .line 101
            astore 4 /* msg */
        start local 4 // java.lang.String msg
        11: .line 106
            new com.sun.org.apache.xerces.internal.xs.XSException
            dup
            iconst_1
            aload 4 /* msg */
            invokespecial com.sun.org.apache.xerces.internal.xs.XSException.<init>:(SLjava/lang/String;)V
            athrow
        end local 4 // java.lang.String msg
        12: .line 99
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            aload 1 /* versions */
            invokeinterface com.sun.org.apache.xerces.internal.xs.StringList.getLength:()I
            if_icmplt 5
        end local 3 // int i
        14: .line 109
            aload 2 /* loader */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.xs.XSLoader loader
        end local 1 // com.sun.org.apache.xerces.internal.xs.StringList versions
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;
            0   15     1  versions  Lcom/sun/org/apache/xerces/internal/xs/StringList;
            1   15     2    loader  Lcom/sun/org/apache/xerces/internal/xs/XSLoader;
            4   14     3         i  I
           11   12     4       msg  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xs.XSException
    MethodParameters:
          Name  Flags
      versions  

  public com.sun.org.apache.xerces.internal.xs.StringList getRecognizedVersions();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/StringList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
         0: .line 116
            new com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl
            dup
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "1.0"
            aastore
            iconst_1
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl.<init>:([Ljava/lang/String;I)V
            astore 1 /* list */
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl list
         1: .line 117
            aload 1 /* list */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl list
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSImplementationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSImplementationImpl;
            1    2     1  list  Lcom/sun/org/apache/xerces/internal/impl/xs/util/StringListImpl;
}
SourceFile: "XSImplementationImpl.java"