public class com.sun.org.apache.xerces.internal.impl.xs.XSDDescription extends com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl implements com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSDDescription
  super_class: com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl
{
  public static final short CONTEXT_INITIALIZE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final short CONTEXT_INCLUDE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final short CONTEXT_REDEFINE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short CONTEXT_IMPORT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final short CONTEXT_PREPARSE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final short CONTEXT_INSTANCE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final short CONTEXT_ELEMENT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final short CONTEXT_ATTRIBUTE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final short CONTEXT_XSITYPE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  protected short fContextType;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String[] fLocationHints;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.QName fTriggeringComponent;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.QName fEnclosedElementName;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xerces.internal.xni.XMLAttributes fAttributes;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
    flags: (0x0004) ACC_PROTECTED

  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.XSDDescription this
         0: .line 39
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public java.lang.String getGrammarType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 110
            ldc "http://www.w3.org/2001/XMLSchema"
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public short getContextType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public java.lang.String getTargetNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 131
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public java.lang.String[] getLocationHints();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLocationHints:[Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public com.sun.org.apache.xerces.internal.xni.QName getTriggeringComponent();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 154
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fTriggeringComponent:Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public com.sun.org.apache.xerces.internal.xni.QName getEnclosingElementName();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 164
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fEnclosedElementName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public com.sun.org.apache.xerces.internal.xni.XMLAttributes getAttributes();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 174
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public boolean fromInstance();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 178
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            bipush 6
            if_icmpeq 5
         1: .line 179
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            iconst_5
            if_icmpeq 5
         2: .line 180
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            iconst_4
            if_icmpeq 5
         3: .line 181
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            bipush 7
            if_icmpeq 5
         4: .line 178
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public boolean isExternal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 188
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            ifeq 7
         1: .line 189
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            iconst_1
            if_icmpeq 7
         2: .line 190
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            iconst_2
            if_icmpeq 7
         3: .line 191
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            iconst_5
            if_icmpeq 7
         4: .line 192
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            bipush 6
            if_icmpeq 7
         5: .line 193
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            bipush 7
            if_icmpeq 7
         6: .line 188
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // java.lang.Object descObj
         0: .line 203
            aload 1 /* descObj */
            instanceof com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            ifne 1
            iconst_0
            ireturn
         1: .line 204
      StackMap locals:
      StackMap stack:
            aload 1 /* descObj */
            checkcast com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
            astore 2 /* desc */
        start local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription desc
         2: .line 205
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
            ifnull 4
         3: .line 206
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
            aload 2 /* desc */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getTargetNamespace:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 208
      StackMap locals: com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription
      StackMap stack:
            aload 2 /* desc */
            invokeinterface com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription.getTargetNamespace:()Ljava/lang/String;
            ifnonnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.grammars.XMLSchemaDescription desc
        end local 1 // java.lang.Object descObj
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    6     1  descObj  Ljava/lang/Object;
            2    6     2     desc  Lcom/sun/org/apache/xerces/internal/xni/grammars/XMLSchemaDescription;
    MethodParameters:
         Name  Flags
      descObj  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 217
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public void setContextType(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // short contextType
         0: .line 221
            aload 0 /* this */
            iload 1 /* contextType */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
         1: .line 222
            return
        end local 1 // short contextType
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    2     1  contextType  S
    MethodParameters:
             Name  Flags
      contextType  

  public void setTargetNamespace(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // java.lang.String targetNamespace
         0: .line 225
            aload 0 /* this */
            aload 1 /* targetNamespace */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
         1: .line 226
            return
        end local 1 // java.lang.String targetNamespace
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    2     1  targetNamespace  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      targetNamespace  

  public void setLocationHints(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // java.lang.String[] locationHints
         0: .line 229
            aload 1 /* locationHints */
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 230
            aload 0 /* this */
            iload 2 /* length */
            anewarray java.lang.String
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLocationHints:[Ljava/lang/String;
         2: .line 231
            aload 1 /* locationHints */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLocationHints:[Ljava/lang/String;
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 233
            return
        end local 2 // int length
        end local 1 // java.lang.String[] locationHints
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    4     1  locationHints  [Ljava/lang/String;
            1    4     2         length  I
    MethodParameters:
               Name  Flags
      locationHints  

  public void setTriggeringComponent(com.sun.org.apache.xerces.internal.xni.QName);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName triggeringComponent
         0: .line 236
            aload 0 /* this */
            aload 1 /* triggeringComponent */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fTriggeringComponent:Lcom/sun/org/apache/xerces/internal/xni/QName;
         1: .line 237
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName triggeringComponent
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    2     1  triggeringComponent  Lcom/sun/org/apache/xerces/internal/xni/QName;
    MethodParameters:
                     Name  Flags
      triggeringComponent  

  public void setEnclosingElementName(com.sun.org.apache.xerces.internal.xni.QName);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName enclosedElementName
         0: .line 240
            aload 0 /* this */
            aload 1 /* enclosedElementName */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fEnclosedElementName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         1: .line 241
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName enclosedElementName
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    2     1  enclosedElementName  Lcom/sun/org/apache/xerces/internal/xni/QName;
    MethodParameters:
                     Name  Flags
      enclosedElementName  

  public void setAttributes(com.sun.org.apache.xerces.internal.xni.XMLAttributes);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
         0: .line 244
            aload 0 /* this */
            aload 1 /* attributes */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
         1: .line 245
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLAttributes attributes
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            0    2     1  attributes  Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
    MethodParameters:
            Name  Flags
      attributes  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 251
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl.clear:()V
         1: .line 252
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
         2: .line 253
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLocationHints:[Ljava/lang/String;
         3: .line 254
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fTriggeringComponent:Lcom/sun/org/apache/xerces/internal/xni/QName;
         4: .line 255
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fEnclosedElementName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         5: .line 256
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
         6: .line 257
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;

  public com.sun.org.apache.xerces.internal.impl.xs.XSDDescription makeClone();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
         0: .line 260
            new com.sun.org.apache.xerces.internal.impl.xs.XSDDescription
            dup
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.<init>:()V
            astore 1 /* desc */
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription desc
         1: .line 261
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fAttributes:Lcom/sun/org/apache/xerces/internal/xni/XMLAttributes;
         2: .line 262
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fBaseSystemId:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fBaseSystemId:Ljava/lang/String;
         3: .line 263
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fContextType:S
         4: .line 264
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fEnclosedElementName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fEnclosedElementName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         5: .line 265
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fExpandedSystemId:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fExpandedSystemId:Ljava/lang/String;
         6: .line 266
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLiteralSystemId:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLiteralSystemId:Ljava/lang/String;
         7: .line 267
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLocationHints:[Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fLocationHints:[Ljava/lang/String;
         8: .line 268
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fPublicId:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fPublicId:Ljava/lang/String;
         9: .line 269
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fNamespace:Ljava/lang/String;
        10: .line 270
            aload 1 /* desc */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fTriggeringComponent:Lcom/sun/org/apache/xerces/internal/xni/QName;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSDDescription.fTriggeringComponent:Lcom/sun/org/apache/xerces/internal/xni/QName;
        11: .line 271
            aload 1 /* desc */
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription desc
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSDDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
            1   12     1  desc  Lcom/sun/org/apache/xerces/internal/impl/xs/XSDDescription;
}
SourceFile: "XSDDescription.java"