public class com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar
  super_class: java.lang.Object
{
  public static final int TOP_LEVEL_SCOPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final int CHUNK_SHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int CHUNK_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private static final int CHUNK_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  private static final int INITIAL_CHUNK_COUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final short LIST_FLAG;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  private static final short LIST_MASK;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -129

  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

  protected int fCurrentElementIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int fCurrentAttributeIndex;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean fReadingExternalDTD;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

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

  private final java.util.ArrayList<com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl> notationDecls;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl;>;

  private int fElementDeclCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.xni.QName[][] fElementDeclName;
    descriptor: [[Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0002) ACC_PRIVATE

  private short[][] fElementDeclType;
    descriptor: [[S
    flags: (0x0002) ACC_PRIVATE

  private int[][] fElementDeclFirstAttributeDeclIndex;
    descriptor: [[I
    flags: (0x0002) ACC_PRIVATE

  private int[][] fElementDeclLastAttributeDeclIndex;
    descriptor: [[I
    flags: (0x0002) ACC_PRIVATE

  private int fAttributeDeclCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xerces.internal.xni.QName[][] fAttributeDeclName;
    descriptor: [[Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0002) ACC_PRIVATE

  private short[][] fAttributeDeclType;
    descriptor: [[S
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[][][] fAttributeDeclEnumeration;
    descriptor: [[[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private short[][] fAttributeDeclDefaultType;
    descriptor: [[S
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[][] fAttributeDeclDefaultValue;
    descriptor: [[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[][] fAttributeDeclNonNormalizedDefaultValue;
    descriptor: [[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int[][] fAttributeDeclNextAttributeDeclIndex;
    descriptor: [[I
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<java.lang.String, java.lang.Integer> fElementIndexMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Integer;>;

  private final com.sun.org.apache.xerces.internal.xni.QName fQName;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl fAttributeDecl;
    descriptor: Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
    flags: (0x0004) ACC_PROTECTED

  private com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl fElementDecl;
    descriptor: Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType fSimpleType;
    descriptor: Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
    flags: (0x0002) ACC_PRIVATE

  java.util.Map<java.lang.String, com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl> fElementDeclTab;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;>;

  public void <init>(com.sun.org.apache.xerces.internal.util.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
         0: .line 163
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fDTDSource:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource;
         2: .line 86
            aload 0 /* this */
            aconst_null
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fDTDContentModelSource:Lcom/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource;
         3: .line 95
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fReadingExternalDTD:Z
         4: .line 99
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.notationDecls:Ljava/util/ArrayList;
         5: .line 104
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
         6: .line 107
            aload 0 /* this */
            iconst_4
            anewarray com.sun.org.apache.xerces.internal.xni.QName[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
         7: .line 113
            aload 0 /* this */
            iconst_4
            anewarray short[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
         8: .line 117
            aload 0 /* this */
            iconst_4
            anewarray int[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
         9: .line 120
            aload 0 /* this */
            iconst_4
            anewarray int[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
        10: .line 125
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclCount:I
        11: .line 128
            aload 0 /* this */
            iconst_4
            anewarray com.sun.org.apache.xerces.internal.xni.QName[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
        12: .line 134
            aload 0 /* this */
            iconst_4
            anewarray short[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
        13: .line 137
            aload 0 /* this */
            iconst_4
            anewarray java.lang.String[][]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
        14: .line 138
            aload 0 /* this */
            iconst_4
            anewarray short[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
        15: .line 139
            aload 0 /* this */
            iconst_4
            anewarray java.lang.String[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
        16: .line 140
            aload 0 /* this */
            iconst_4
            anewarray java.lang.String[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
        17: .line 141
            aload 0 /* this */
            iconst_4
            anewarray int[]
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
        18: .line 144
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementIndexMap:Ljava/util/Map;
        19: .line 147
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
        20: .line 150
            aload 0 /* this */
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
        21: .line 153
            aload 0 /* this */
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
        22: .line 156
            aload 0 /* this */
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
        23: .line 160
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclTab:Ljava/util/Map;
        24: .line 164
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
        25: .line 165
            return
        end local 1 // com.sun.org.apache.xerces.internal.util.SymbolTable symbolTable
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   26     0         this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   26     1  symbolTable  Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    MethodParameters:
             Name  Flags
      symbolTable  

  public int getAttributeDeclIndex(int, java.lang.String);
    descriptor: (ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
        start local 2 // java.lang.String attributeDeclName
         0: .line 168
            iload 1 /* elementDeclIndex */
            iconst_m1
            if_icmpne 2
         1: .line 169
            iconst_m1
            ireturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* elementDeclIndex */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getFirstAttributeDeclIndex:(I)I
            istore 3 /* attDefIndex */
        start local 3 // int attDefIndex
         3: .line 172
            goto 9
         4: .line 173
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* attDefIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getAttributeDecl:(ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;)Z
            pop
         5: .line 175
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            aload 2 /* attributeDeclName */
            if_acmpeq 7
         6: .line 176
            aload 2 /* attributeDeclName */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 177
      StackMap locals:
      StackMap stack:
            iload 3 /* attDefIndex */
            ireturn
         8: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* attDefIndex */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getNextAttributeDeclIndex:(I)I
            istore 3 /* attDefIndex */
         9: .line 172
      StackMap locals:
      StackMap stack:
            iload 3 /* attDefIndex */
            iconst_m1
            if_icmpne 4
        10: .line 181
            iconst_m1
            ireturn
        end local 3 // int attDefIndex
        end local 2 // java.lang.String attributeDeclName
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   11     1   elementDeclIndex  I
            0   11     2  attributeDeclName  Ljava/lang/String;
            3   11     3        attDefIndex  I
    MethodParameters:
                   Name  Flags
      elementDeclIndex   
      attributeDeclName  

  public void startDTD(com.sun.org.apache.xerces.internal.xni.XMLLocator, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLLocator locator
        start local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 199
            return
        end local 2 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLLocator locator
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    1     1  locator  Lcom/sun/org/apache/xerces/internal/xni/XMLLocator;
            0    1     2     augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
         Name  Flags
      locator  
      augs     

  public void elementDecl(java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String contentModel
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 217
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclTab:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
            astore 4 /* tmpElementDecl */
        start local 4 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl tmpElementDecl
         1: .line 218
            aload 4 /* tmpElementDecl */
            ifnull 6
         2: .line 219
            aload 4 /* tmpElementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
            iconst_m1
            if_icmpne 5
         3: .line 220
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getElementDeclIndex:(Ljava/lang/String;)I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentElementIndex:I
         4: .line 221
            goto 7
         5: .line 224
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
      StackMap stack:
            return
         6: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.createElementDecl:()I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentElementIndex:I
         7: .line 231
      StackMap locals:
      StackMap stack:
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.<init>:()V
            astore 5 /* elementDecl */
        start local 5 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
         8: .line 232
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            aconst_null
            aload 1 /* name */
            aload 1 /* name */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 6 /* elementName */
        start local 6 // com.sun.org.apache.xerces.internal.xni.QName elementName
         9: .line 234
            aload 5 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 6 /* elementName */
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
        10: .line 235
            aload 5 /* elementDecl */
            iconst_m1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.scope:I
        11: .line 236
            aload 2 /* contentModel */
            ldc "EMPTY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        12: .line 237
            aload 5 /* elementDecl */
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
        13: .line 238
            goto 22
        14: .line 239
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl com.sun.org.apache.xerces.internal.xni.QName
      StackMap stack:
            aload 2 /* contentModel */
            ldc "ANY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        15: .line 240
            aload 5 /* elementDecl */
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
        16: .line 241
            goto 22
        17: .line 242
      StackMap locals:
      StackMap stack:
            aload 2 /* contentModel */
            ldc "("
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 22
        18: .line 243
            aload 2 /* contentModel */
            ldc "#PCDATA"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifle 21
        19: .line 244
            aload 5 /* elementDecl */
            iconst_2
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
        20: .line 245
            goto 22
        21: .line 247
      StackMap locals:
      StackMap stack:
            aload 5 /* elementDecl */
            iconst_3
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
        22: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclTab:Ljava/util/Map;
            aload 1 /* name */
            aload 5 /* elementDecl */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 255
            aload 0 /* this */
            aload 5 /* elementDecl */
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
        24: .line 263
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentElementIndex:I
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.setElementDecl:(ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;)V
        25: .line 265
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentElementIndex:I
            bipush 8
            ishr
            istore 7 /* chunk */
        start local 7 // int chunk
        26: .line 266
            aload 0 /* this */
            iload 7 /* chunk */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.ensureElementDeclCapacity:(I)V
        27: .line 267
            return
        end local 7 // int chunk
        end local 6 // com.sun.org.apache.xerces.internal.xni.QName elementName
        end local 5 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
        end local 4 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl tmpElementDecl
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 2 // java.lang.String contentModel
        end local 1 // java.lang.String name
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   28     0            this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   28     1            name  Ljava/lang/String;
            0   28     2    contentModel  Ljava/lang/String;
            0   28     3            augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            1   28     4  tmpElementDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
            8   28     5     elementDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
            9   28     6     elementName  Lcom/sun/org/apache/xerces/internal/xni/QName;
           26   28     7           chunk  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
              Name  Flags
      name          
      contentModel  
      augs          

  public void attributeDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/XMLString;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=9
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // java.lang.String elementName
        start local 2 // java.lang.String attributeName
        start local 3 // java.lang.String type
        start local 4 // java.lang.String[] enumeration
        start local 5 // java.lang.String defaultType
        start local 6 // com.sun.org.apache.xerces.internal.xni.XMLString defaultValue
        start local 7 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedDefaultValue
        start local 8 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 299
            aload 3 /* type */
            getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.fCDATASymbol:Ljava/lang/String;
            if_acmpeq 2
            aload 6 /* defaultValue */
            ifnull 2
         1: .line 300
            aload 0 /* this */
            aload 6 /* defaultValue */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.normalizeDefaultAttrValue:(Lcom/sun/org/apache/xerces/internal/xni/XMLString;)Z
            pop
         2: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclTab:Ljava/util/Map;
            aload 1 /* elementName */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 9
         3: .line 309
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.createElementDecl:()I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentElementIndex:I
         4: .line 311
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.<init>:()V
            astore 9 /* elementDecl */
        start local 9 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
         5: .line 312
            aload 9 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aconst_null
            aload 1 /* elementName */
            aload 1 /* elementName */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 314
            aload 9 /* elementDecl */
            iconst_m1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.scope:I
         7: .line 317
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclTab:Ljava/util/Map;
            aload 1 /* elementName */
            aload 9 /* elementDecl */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 320
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentElementIndex:I
            aload 9 /* elementDecl */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.setElementDecl:(ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;)V
        end local 9 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
         9: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* elementName */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getElementDeclIndex:(Ljava/lang/String;)I
            istore 9 /* elementIndex */
        start local 9 // int elementIndex
        10: .line 328
            aload 0 /* this */
            iload 9 /* elementIndex */
            aload 2 /* attributeName */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getAttributeDeclIndex:(ILjava/lang/String;)I
            iconst_m1
            if_icmpeq 12
        11: .line 329
            return
        12: .line 332
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.createAttributeDecl:()I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentAttributeIndex:I
        13: .line 334
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.clear:()V
        14: .line 335
            aload 5 /* defaultType */
            ifnull 23
        15: .line 336
            aload 5 /* defaultType */
            ldc "#FIXED"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 337
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultType:S
        17: .line 338
            goto 23
      StackMap locals:
      StackMap stack:
        18: aload 5 /* defaultType */
            ldc "#IMPLIED"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        19: .line 339
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultType:S
        20: .line 340
            goto 23
      StackMap locals:
      StackMap stack:
        21: aload 5 /* defaultType */
            ldc "#REQUIRED"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        22: .line 341
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_2
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultType:S
        23: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            aload 6 /* defaultValue */
            ifnull 24
            aload 6 /* defaultValue */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            goto 25
      StackMap locals:
      StackMap stack: com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType
        24: aconst_null
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar java.lang.String java.lang.String java.lang.String java.lang.String[] java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString com.sun.org.apache.xerces.internal.xni.XMLString com.sun.org.apache.xerces.internal.xni.Augmentations int
      StackMap stack: com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType java.lang.String
        25: putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultValue:Ljava/lang/String;
        26: .line 348
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            aload 7 /* nonNormalizedDefaultValue */
            ifnull 28
        27: .line 349
            aload 7 /* nonNormalizedDefaultValue */
            invokevirtual com.sun.org.apache.xerces.internal.xni.XMLString.toString:()Ljava/lang/String;
            goto 29
      StackMap locals:
      StackMap stack: com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType
        28: aconst_null
        29: .line 348
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar java.lang.String java.lang.String java.lang.String java.lang.String[] java.lang.String com.sun.org.apache.xerces.internal.xni.XMLString com.sun.org.apache.xerces.internal.xni.XMLString com.sun.org.apache.xerces.internal.xni.Augmentations int
      StackMap stack: com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType java.lang.String
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.nonNormalizedDefaultValue:Ljava/lang/String;
        30: .line 350
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            aload 4 /* enumeration */
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.enumeration:[Ljava/lang/String;
        31: .line 352
            aload 3 /* type */
            ldc "CDATA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 34
        32: .line 353
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        33: .line 354
            goto 63
        34: .line 355
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "ID"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 37
        35: .line 356
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_3
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        36: .line 357
            goto 63
        37: .line 358
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "IDREF"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 42
        38: .line 359
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_4
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        39: .line 360
            aload 3 /* type */
            ldc "S"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifle 63
        40: .line 361
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
        41: .line 363
            goto 63
        42: .line 364
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "ENTITIES"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        43: .line 365
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        44: .line 366
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
        45: .line 367
            goto 63
        46: .line 368
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "ENTITY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        47: .line 369
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        48: .line 370
            goto 63
        49: .line 371
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "NMTOKENS"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 53
        50: .line 372
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_5
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        51: .line 373
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
        52: .line 374
            goto 63
        53: .line 375
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "NMTOKEN"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 56
        54: .line 376
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_5
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        55: .line 377
            goto 63
        56: .line 378
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "NOTATION"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 59
        57: .line 379
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            bipush 6
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        58: .line 380
            goto 63
        59: .line 381
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            ldc "ENUMERATION"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 62
        60: .line 382
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_2
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
        61: .line 383
            goto 63
        62: .line 386
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "!!! unknown attribute type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        63: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aconst_null
            aload 2 /* attributeName */
            aload 2 /* attributeName */
            aconst_null
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        64: .line 393
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fQName:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSimpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_0
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;Z)V
        65: .line 395
            aload 0 /* this */
            iload 9 /* elementIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentAttributeIndex:I
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.setAttributeDecl:(IILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;)V
        66: .line 397
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fCurrentAttributeIndex:I
            bipush 8
            ishr
            istore 10 /* chunk */
        start local 10 // int chunk
        67: .line 398
            aload 0 /* this */
            iload 10 /* chunk */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.ensureAttributeDeclCapacity:(I)V
        68: .line 399
            return
        end local 10 // int chunk
        end local 9 // int elementIndex
        end local 8 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 7 // com.sun.org.apache.xerces.internal.xni.XMLString nonNormalizedDefaultValue
        end local 6 // com.sun.org.apache.xerces.internal.xni.XMLString defaultValue
        end local 5 // java.lang.String defaultType
        end local 4 // java.lang.String[] enumeration
        end local 3 // java.lang.String type
        end local 2 // java.lang.String attributeName
        end local 1 // java.lang.String elementName
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   69     0                       this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   69     1                elementName  Ljava/lang/String;
            0   69     2              attributeName  Ljava/lang/String;
            0   69     3                       type  Ljava/lang/String;
            0   69     4                enumeration  [Ljava/lang/String;
            0   69     5                defaultType  Ljava/lang/String;
            0   69     6               defaultValue  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0   69     7  nonNormalizedDefaultValue  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            0   69     8                       augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            5    9     9                elementDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
           10   69     9               elementIndex  I
           67   69    10                      chunk  I
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
                           Name  Flags
      elementName                
      attributeName              
      type                       
      enumeration                
      defaultType                
      defaultValue               
      nonNormalizedDefaultValue  
      augs                       

  public com.sun.org.apache.xerces.internal.util.SymbolTable getSymbolTable();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
         0: .line 403
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
            areturn
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;

  public int getFirstElementDeclIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
         0: .line 414
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            iflt 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;

  public int getNextElementDeclIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
         0: .line 424
            iload 1 /* elementDeclIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            iconst_1
            isub
            if_icmpge 2
         1: .line 425
            iload 1 /* elementDeclIndex */
            iconst_1
            iadd
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_m1
         3: .line 424
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    4     1  elementDeclIndex  I
    MethodParameters:
                  Name  Flags
      elementDeclIndex  

  public int getElementDeclIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // java.lang.String elementDeclName
         0: .line 436
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementIndexMap:Ljava/util/Map;
            aload 1 /* elementDeclName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* mapping */
        start local 2 // java.lang.Integer mapping
         1: .line 437
            aload 2 /* mapping */
            ifnonnull 3
         2: .line 438
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* mapping */
         3: .line 441
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 2 /* mapping */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 2 // java.lang.Integer mapping
        end local 1 // java.lang.String elementDeclName
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    4     1  elementDeclName  Ljava/lang/String;
            1    4     2          mapping  Ljava/lang/Integer;
    MethodParameters:
                 Name  Flags
      elementDeclName  

  public int getElementDeclIndex(com.sun.org.apache.xerces.internal.xni.QName);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName elementDeclQName
         0: .line 448
            aload 0 /* this */
            aload 1 /* elementDeclQName */
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getElementDeclIndex:(Ljava/lang/String;)I
            ireturn
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName elementDeclQName
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    1     1  elementDeclQName  Lcom/sun/org/apache/xerces/internal/xni/QName;
    MethodParameters:
                  Name  Flags
      elementDeclQName  

  public short getContentSpecType(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementIndex
         0: .line 456
            iload 1 /* elementIndex */
            iflt 1
            iload 1 /* elementIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            if_icmplt 2
         1: .line 457
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         2: .line 460
      StackMap locals:
      StackMap stack:
            iload 1 /* elementIndex */
            bipush 8
            ishr
            istore 2 /* chunk */
        start local 2 // int chunk
         3: .line 461
            iload 1 /* elementIndex */
            sipush 255
            iand
            istore 3 /* index */
        start local 3 // int index
         4: .line 463
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 2 /* chunk */
            aaload
            iload 3 /* index */
            saload
            iconst_m1
            if_icmpne 6
         5: .line 464
            iconst_m1
            ireturn
         6: .line 467
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 2 /* chunk */
            aaload
            iload 3 /* index */
            saload
            sipush -129
            iand
            i2s
            ireturn
        end local 3 // int index
        end local 2 // int chunk
        end local 1 // int elementIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    7     1  elementIndex  I
            3    7     2         chunk  I
            4    7     3         index  I
    MethodParameters:
              Name  Flags
      elementIndex  

  public boolean getElementDecl(int, com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl);
    descriptor: (ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
        start local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
         0: .line 482
            iload 1 /* elementDeclIndex */
            iflt 1
            iload 1 /* elementDeclIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            if_icmplt 2
         1: .line 483
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 486
      StackMap locals:
      StackMap stack:
            iload 1 /* elementDeclIndex */
            bipush 8
            ishr
            istore 3 /* chunk */
        start local 3 // int chunk
         3: .line 487
            iload 1 /* elementDeclIndex */
            sipush 255
            iand
            istore 4 /* index */
        start local 4 // int index
         4: .line 489
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
         5: .line 491
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
            iconst_m1
            if_icmpne 9
         6: .line 492
            aload 2 /* elementDecl */
            iconst_m1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
         7: .line 493
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_0
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
         8: .line 494
            goto 13
         9: .line 495
      StackMap locals: int int
      StackMap stack:
            aload 2 /* elementDecl */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
            sipush -129
            iand
            i2s
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
        10: .line 496
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
            sipush 128
            iand
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType
        11: iconst_0
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar int com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl int int
      StackMap stack: com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType int
        12: putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
        13: .line 499
      StackMap locals:
      StackMap stack:
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iconst_m1
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultType:S
        14: .line 500
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            aconst_null
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultValue:Ljava/lang/String;
        15: .line 501
            iconst_1
            ireturn
        end local 4 // int index
        end local 3 // int chunk
        end local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   16     0              this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   16     1  elementDeclIndex  I
            0   16     2       elementDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
            3   16     3             chunk  I
            4   16     4             index  I
    MethodParameters:
                  Name  Flags
      elementDeclIndex  
      elementDecl       

  public int getFirstAttributeDeclIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
         0: .line 515
            iload 1 /* elementDeclIndex */
            bipush 8
            ishr
            istore 2 /* chunk */
        start local 2 // int chunk
         1: .line 516
            iload 1 /* elementDeclIndex */
            sipush 255
            iand
            istore 3 /* index */
        start local 3 // int index
         2: .line 518
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 2 /* chunk */
            aaload
            iload 3 /* index */
            iaload
            ireturn
        end local 3 // int index
        end local 2 // int chunk
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    3     1  elementDeclIndex  I
            1    3     2             chunk  I
            2    3     3             index  I
    MethodParameters:
                  Name  Flags
      elementDeclIndex  

  public int getNextAttributeDeclIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int attributeDeclIndex
         0: .line 529
            iload 1 /* attributeDeclIndex */
            bipush 8
            ishr
            istore 2 /* chunk */
        start local 2 // int chunk
         1: .line 530
            iload 1 /* attributeDeclIndex */
            sipush 255
            iand
            istore 3 /* index */
        start local 3 // int index
         2: .line 532
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            iload 2 /* chunk */
            aaload
            iload 3 /* index */
            iaload
            ireturn
        end local 3 // int index
        end local 2 // int chunk
        end local 1 // int attributeDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    3     1  attributeDeclIndex  I
            1    3     2               chunk  I
            2    3     3               index  I
    MethodParameters:
                    Name  Flags
      attributeDeclIndex  

  public boolean getAttributeDecl(int, com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl);
    descriptor: (ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int attributeDeclIndex
        start local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl attributeDecl
         0: .line 544
            iload 1 /* attributeDeclIndex */
            iflt 1
            iload 1 /* attributeDeclIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclCount:I
            if_icmplt 2
         1: .line 545
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 547
      StackMap locals:
      StackMap stack:
            iload 1 /* attributeDeclIndex */
            bipush 8
            ishr
            istore 3 /* chunk */
        start local 3 // int chunk
         3: .line 548
            iload 1 /* attributeDeclIndex */
            sipush 255
            iand
            istore 4 /* index */
        start local 4 // int index
         4: .line 550
            aload 2 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
         5: .line 555
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
            iconst_m1
            if_icmpne 9
         6: .line 557
            iconst_m1
            istore 5 /* attributeType */
        start local 5 // short attributeType
         7: .line 558
            iconst_0
            istore 6 /* isList */
        start local 6 // boolean isList
         8: .line 559
            goto 13
        end local 6 // boolean isList
        end local 5 // short attributeType
         9: .line 560
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
            sipush -129
            iand
            i2s
            istore 5 /* attributeType */
        start local 5 // short attributeType
        10: .line 561
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
            sipush 128
            iand
            ifeq 11
            iconst_1
            goto 12
      StackMap locals: int
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 6 /* isList */
        start local 6 // boolean isList
        13: .line 563
      StackMap locals: int
      StackMap stack:
            aload 2 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            iload 5 /* attributeType */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
        14: .line 564
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
        15: .line 565
            iload 6 /* isList */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            saload
        16: .line 566
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
        17: .line 567
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
        18: .line 563
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.setValues:(SLjava/lang/String;[Ljava/lang/String;ZSLjava/lang/String;Ljava/lang/String;)V
        19: .line 568
            iconst_1
            ireturn
        end local 6 // boolean isList
        end local 5 // short attributeType
        end local 4 // int index
        end local 3 // int chunk
        end local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl attributeDecl
        end local 1 // int attributeDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   20     0                this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   20     1  attributeDeclIndex  I
            0   20     2       attributeDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            3   20     3               chunk  I
            4   20     4               index  I
            7    9     5       attributeType  S
           10   20     5       attributeType  S
            8    9     6              isList  Z
           13   20     6              isList  Z
    MethodParameters:
                    Name  Flags
      attributeDeclIndex  
      attributeDecl       

  public boolean isCDATAAttribute(com.sun.org.apache.xerces.internal.xni.QName, com.sun.org.apache.xerces.internal.xni.QName);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/QName;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // com.sun.org.apache.xerces.internal.xni.QName elName
        start local 2 // com.sun.org.apache.xerces.internal.xni.QName atName
         0: .line 582
            aload 0 /* this */
            aload 1 /* elName */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getElementDeclIndex:(Lcom/sun/org/apache/xerces/internal/xni/QName;)I
            istore 3 /* elDeclIdx */
        start local 3 // int elDeclIdx
         1: .line 583
            aload 0 /* this */
            iload 3 /* elDeclIdx */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getAttributeDecl:(ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;)Z
            ifeq 4
         2: .line 584
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDecl:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
            ifeq 4
         3: .line 585
            iconst_0
            ireturn
         4: .line 587
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // int elDeclIdx
        end local 2 // com.sun.org.apache.xerces.internal.xni.QName atName
        end local 1 // com.sun.org.apache.xerces.internal.xni.QName elName
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    5     1     elName  Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    5     2     atName  Lcom/sun/org/apache/xerces/internal/xni/QName;
            1    5     3  elDeclIdx  I
    MethodParameters:
        Name  Flags
      elName  
      atName  

  public void printElements();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
         0: .line 593
            iconst_0
            istore 1 /* elementDeclIndex */
        start local 1 // int elementDeclIndex
         1: .line 594
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.<init>:()V
            astore 2 /* elementDecl */
        start local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
         2: .line 595
            goto 6
         3: .line 597
      StackMap locals: int com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "element decl: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 598
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 597
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* elementDeclIndex */
            iinc 1 /* elementDeclIndex */ 1
            aload 2 /* elementDecl */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getElementDecl:(ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;)Z
            ifne 3
         7: .line 601
            return
        end local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            1    8     1  elementDeclIndex  I
            2    8     2       elementDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;

  public void printAttributes(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
         0: .line 604
            aload 0 /* this */
            iload 1 /* elementDeclIndex */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getFirstAttributeDeclIndex:(I)I
            istore 2 /* attributeDeclIndex */
        start local 2 // int attributeDeclIndex
         1: .line 605
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            iload 1 /* elementDeclIndex */
            invokevirtual java.io.PrintStream.print:(I)V
         2: .line 606
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc " ["
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 607
            goto 10
         4: .line 608
      StackMap locals: int
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            bipush 32
            invokevirtual java.io.PrintStream.print:(C)V
         5: .line 609
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            iload 2 /* attributeDeclIndex */
            invokevirtual java.io.PrintStream.print:(I)V
         6: .line 610
            aload 0 /* this */
            iload 2 /* attributeDeclIndex */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.printAttribute:(I)V
         7: .line 611
            aload 0 /* this */
            iload 2 /* attributeDeclIndex */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getNextAttributeDeclIndex:(I)I
            istore 2 /* attributeDeclIndex */
         8: .line 612
            iload 2 /* attributeDeclIndex */
            iconst_m1
            if_icmpeq 10
         9: .line 613
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc ","
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 607
      StackMap locals:
      StackMap stack:
            iload 2 /* attributeDeclIndex */
            iconst_m1
            if_icmpne 4
        11: .line 616
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc " ]"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        12: .line 617
            return
        end local 2 // int attributeDeclIndex
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   13     1    elementDeclIndex  I
            1   13     2  attributeDeclIndex  I
    MethodParameters:
                  Name  Flags
      elementDeclIndex  

  protected int createElementDecl();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
         0: .line 621
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            bipush 8
            ishr
            istore 1 /* chunk */
        start local 1 // int chunk
         1: .line 622
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            sipush 255
            iand
            istore 2 /* index */
        start local 2 // int index
         2: .line 623
            aload 0 /* this */
            iload 1 /* chunk */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.ensureElementDeclCapacity:(I)V
         3: .line 624
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:()V
            aastore
         4: .line 625
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            iconst_m1
            sastore
         5: .line 626
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            iconst_m1
            iastore
         6: .line 627
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            iconst_m1
            iastore
         7: .line 628
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            ireturn
        end local 2 // int index
        end local 1 // int chunk
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            1    8     1  chunk  I
            2    8     2  index  I

  protected void setElementDecl(int, com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl);
    descriptor: (ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
        start local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
         0: .line 632
            iload 1 /* elementDeclIndex */
            iflt 1
            iload 1 /* elementDeclIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            if_icmplt 2
         1: .line 633
      StackMap locals:
      StackMap stack:
            return
         2: .line 635
      StackMap locals:
      StackMap stack:
            iload 1 /* elementDeclIndex */
            bipush 8
            ishr
            istore 3 /* chunk */
        start local 3 // int chunk
         3: .line 636
            iload 1 /* elementDeclIndex */
            sipush 255
            iand
            istore 4 /* index */
        start local 4 // int index
         4: .line 638
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.scope:I
            pop
         5: .line 641
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aaload
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
         6: .line 642
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.type:S
            sastore
         7: .line 646
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
            ifeq 9
         8: .line 647
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            dup2
            saload
            sipush 128
            ior
            i2s
            sastore
         9: .line 650
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementIndexMap:Ljava/util/Map;
            aload 2 /* elementDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.rawname:Ljava/lang/String;
            iload 1 /* elementDeclIndex */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 651
            return
        end local 4 // int index
        end local 3 // int chunk
        end local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLElementDecl elementDecl
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   11     1  elementDeclIndex  I
            0   11     2       elementDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLElementDecl;
            3   11     3             chunk  I
            4   11     4             index  I
    MethodParameters:
                  Name  Flags
      elementDeclIndex  
      elementDecl       

  protected void setFirstAttributeDeclIndex(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
        start local 2 // int newFirstAttrIndex
         0: .line 658
            iload 1 /* elementDeclIndex */
            iflt 1
            iload 1 /* elementDeclIndex */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclCount:I
            if_icmplt 2
         1: .line 659
      StackMap locals:
      StackMap stack:
            return
         2: .line 662
      StackMap locals:
      StackMap stack:
            iload 1 /* elementDeclIndex */
            bipush 8
            ishr
            istore 3 /* chunk */
        start local 3 // int chunk
         3: .line 663
            iload 1 /* elementDeclIndex */
            sipush 255
            iand
            istore 4 /* index */
        start local 4 // int index
         4: .line 665
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 3 /* chunk */
            aaload
            iload 4 /* index */
            iload 2 /* newFirstAttrIndex */
            iastore
         5: .line 666
            return
        end local 4 // int index
        end local 3 // int chunk
        end local 2 // int newFirstAttrIndex
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    6     1   elementDeclIndex  I
            0    6     2  newFirstAttrIndex  I
            3    6     3              chunk  I
            4    6     4              index  I
    MethodParameters:
                   Name  Flags
      elementDeclIndex   
      newFirstAttrIndex  

  protected int createAttributeDecl();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
         0: .line 670
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclCount:I
            bipush 8
            ishr
            istore 1 /* chunk */
        start local 1 // int chunk
         1: .line 671
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclCount:I
            sipush 255
            iand
            istore 2 /* index */
        start local 2 // int index
         2: .line 673
            aload 0 /* this */
            iload 1 /* chunk */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.ensureAttributeDeclCapacity:(I)V
         3: .line 674
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            new com.sun.org.apache.xerces.internal.xni.QName
            dup
            invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:()V
            aastore
         4: .line 675
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            iconst_m1
            sastore
         5: .line 676
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            aconst_null
            aastore
         6: .line 677
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            iconst_0
            sastore
         7: .line 678
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 679
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            aconst_null
            aastore
         9: .line 680
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            iload 1 /* chunk */
            aaload
            iload 2 /* index */
            iconst_m1
            iastore
        10: .line 681
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclCount:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclCount:I
            ireturn
        end local 2 // int index
        end local 1 // int chunk
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            1   11     1  chunk  I
            2   11     2  index  I

  protected void setAttributeDecl(int, int, com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl);
    descriptor: (IILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int elementDeclIndex
        start local 2 // int attributeDeclIndex
        start local 3 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl attributeDecl
         0: .line 687
            iload 2 /* attributeDeclIndex */
            bipush 8
            ishr
            istore 4 /* attrChunk */
        start local 4 // int attrChunk
         1: .line 688
            iload 2 /* attributeDeclIndex */
            sipush 255
            iand
            istore 5 /* attrIndex */
        start local 5 // int attrIndex
         2: .line 689
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            aaload
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            invokevirtual com.sun.org.apache.xerces.internal.xni.QName.setValues:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
         3: .line 690
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.type:S
            sastore
         4: .line 692
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.list:Z
            ifeq 6
         5: .line 693
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            dup2
            saload
            sipush 128
            ior
            i2s
            sastore
         6: .line 695
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.enumeration:[Ljava/lang/String;
            aastore
         7: .line 696
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultType:S
            sastore
         8: .line 698
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.defaultValue:Ljava/lang/String;
            aastore
         9: .line 699
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            aload 3 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.simpleType:Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLSimpleType;
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType.nonNormalizedDefaultValue:Ljava/lang/String;
            aastore
        10: .line 701
            iload 1 /* elementDeclIndex */
            bipush 8
            ishr
            istore 6 /* elemChunk */
        start local 6 // int elemChunk
        11: .line 702
            iload 1 /* elementDeclIndex */
            sipush 255
            iand
            istore 7 /* elemIndex */
        start local 7 // int elemIndex
        12: .line 703
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 6 /* elemChunk */
            aaload
            iload 7 /* elemIndex */
            iaload
            istore 8 /* index */
        start local 8 // int index
        13: .line 704
            goto 19
        14: .line 705
      StackMap locals: int int int
      StackMap stack:
            iload 8 /* index */
            iload 2 /* attributeDeclIndex */
            if_icmpne 16
        15: .line 706
            goto 20
        16: .line 708
      StackMap locals:
      StackMap stack:
            iload 8 /* index */
            bipush 8
            ishr
            istore 4 /* attrChunk */
        17: .line 709
            iload 8 /* index */
            sipush 255
            iand
            istore 5 /* attrIndex */
        18: .line 710
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            iaload
            istore 8 /* index */
        19: .line 704
      StackMap locals:
      StackMap stack:
            iload 8 /* index */
            iconst_m1
            if_icmpne 14
        20: .line 712
      StackMap locals:
      StackMap stack:
            iload 8 /* index */
            iconst_m1
            if_icmpne 29
        21: .line 713
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 6 /* elemChunk */
            aaload
            iload 7 /* elemIndex */
            iaload
            iconst_m1
            if_icmpne 24
        22: .line 714
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 6 /* elemChunk */
            aaload
            iload 7 /* elemIndex */
            iload 2 /* attributeDeclIndex */
            iastore
        23: .line 715
            goto 28
        24: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
            iload 6 /* elemChunk */
            aaload
            iload 7 /* elemIndex */
            iaload
            istore 8 /* index */
        25: .line 717
            iload 8 /* index */
            bipush 8
            ishr
            istore 4 /* attrChunk */
        26: .line 718
            iload 8 /* index */
            sipush 255
            iand
            istore 5 /* attrIndex */
        27: .line 719
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            iload 4 /* attrChunk */
            aaload
            iload 5 /* attrIndex */
            iload 2 /* attributeDeclIndex */
            iastore
        28: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
            iload 6 /* elemChunk */
            aaload
            iload 7 /* elemIndex */
            iload 2 /* attributeDeclIndex */
            iastore
        29: .line 723
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int index
        end local 7 // int elemIndex
        end local 6 // int elemChunk
        end local 5 // int attrIndex
        end local 4 // int attrChunk
        end local 3 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl attributeDecl
        end local 2 // int attributeDeclIndex
        end local 1 // int elementDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   30     0                this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   30     1    elementDeclIndex  I
            0   30     2  attributeDeclIndex  I
            0   30     3       attributeDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
            1   30     4           attrChunk  I
            2   30     5           attrIndex  I
           11   30     6           elemChunk  I
           12   30     7           elemIndex  I
           13   30     8               index  I
    MethodParameters:
                    Name  Flags
      elementDeclIndex    
      attributeDeclIndex  
      attributeDecl       

  public void notationDecl(java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier, com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // java.lang.String name
        start local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        start local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 729
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl.<init>:()V
            astore 4 /* notationDecl */
        start local 4 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl notationDecl
         1: .line 730
            aload 4 /* notationDecl */
            aload 1 /* name */
            aload 2 /* identifier */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier.getPublicId:()Ljava/lang/String;
            aload 2 /* identifier */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier.getLiteralSystemId:()Ljava/lang/String;
         2: .line 731
            aload 2 /* identifier */
            invokeinterface com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier.getBaseSystemId:()Ljava/lang/String;
         3: .line 730
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl.setValues:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 732
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.notationDecls:Ljava/util/ArrayList;
            aload 4 /* notationDecl */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 733
            return
        end local 4 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl notationDecl
        end local 3 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 2 // com.sun.org.apache.xerces.internal.xni.XMLResourceIdentifier identifier
        end local 1 // java.lang.String name
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    6     1          name  Ljava/lang/String;
            0    6     2    identifier  Lcom/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier;
            0    6     3          augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
            1    6     4  notationDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
            Name  Flags
      name        
      identifier  
      augs        

  public java.util.List<com.sun.xml.internal.stream.dtd.nonvalidating.XMLNotationDecl> getNotationDecls();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
         0: .line 736
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.notationDecls:Ljava/util/ArrayList;
            areturn
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
    Signature: ()Ljava/util/List<Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLNotationDecl;>;

  private void printAttribute(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int attributeDeclIndex
         0: .line 744
            new com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl
            dup
            invokespecial com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.<init>:()V
            astore 2 /* attributeDecl */
        start local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl attributeDecl
         1: .line 745
            aload 0 /* this */
            iload 1 /* attributeDeclIndex */
            aload 2 /* attributeDecl */
            invokevirtual com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.getAttributeDecl:(ILcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;)Z
            ifeq 5
         2: .line 746
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc " { "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 747
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 2 /* attributeDecl */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl.name:Lcom/sun/org/apache/xerces/internal/xni/QName;
            getfield com.sun.org.apache.xerces.internal.xni.QName.localpart:Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 748
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc " }"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 751
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl
      StackMap stack:
            return
        end local 2 // com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl attributeDecl
        end local 1 // int attributeDeclIndex
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    6     1  attributeDeclIndex  I
            1    6     2       attributeDecl  Lcom/sun/xml/internal/stream/dtd/nonvalidating/XMLAttributeDecl;
    MethodParameters:
                    Name  Flags
      attributeDeclIndex  

  private void ensureElementDeclCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int chunk
         0: .line 756
            iload 1 /* chunk */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            arraylength
            if_icmplt 6
         1: .line 758
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[Lcom/sun/org/apache/xerces/internal/xni/QName;I)[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
         2: .line 759
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[SI)[[S
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
         3: .line 760
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[II)[[I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
         4: .line 761
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[II)[[I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
         5: .line 762
            goto 8
         6: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 1 /* chunk */
            aaload
            ifnull 8
         7: .line 764
            return
         8: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 1 /* chunk */
            sipush 256
            anewarray com.sun.org.apache.xerces.internal.xni.QName
            aastore
         9: .line 768
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclType:[[S
            iload 1 /* chunk */
            sipush 256
            newarray 9
            aastore
        10: .line 769
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclFirstAttributeDeclIndex:[[I
            iload 1 /* chunk */
            sipush 256
            newarray 10
            aastore
        11: .line 770
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fElementDeclLastAttributeDeclIndex:[[I
            iload 1 /* chunk */
            sipush 256
            newarray 10
            aastore
        12: .line 771
            return
        end local 1 // int chunk
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   13     1  chunk  I
    MethodParameters:
       Name  Flags
      chunk  

  private void ensureAttributeDeclCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // int chunk
         0: .line 776
            iload 1 /* chunk */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            arraylength
            if_icmplt 9
         1: .line 777
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[Lcom/sun/org/apache/xerces/internal/xni/QName;I)[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
         2: .line 778
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[SI)[[S
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
         3: .line 779
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[[Ljava/lang/String;I)[[[Ljava/lang/String;
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
         4: .line 780
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[SI)[[S
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
         5: .line 781
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[Ljava/lang/String;I)[[Ljava/lang/String;
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
         6: .line 782
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[Ljava/lang/String;I)[[Ljava/lang/String;
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
         7: .line 783
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            arraylength
            iconst_2
            imul
            invokestatic com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.resize:([[II)[[I
            putfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
         8: .line 784
            goto 11
         9: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 1 /* chunk */
            aaload
            ifnull 11
        10: .line 786
            return
        11: .line 789
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclName:[[Lcom/sun/org/apache/xerces/internal/xni/QName;
            iload 1 /* chunk */
            sipush 256
            anewarray com.sun.org.apache.xerces.internal.xni.QName
            aastore
        12: .line 790
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclType:[[S
            iload 1 /* chunk */
            sipush 256
            newarray 9
            aastore
        13: .line 791
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclEnumeration:[[[Ljava/lang/String;
            iload 1 /* chunk */
            sipush 256
            anewarray java.lang.String[]
            aastore
        14: .line 792
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultType:[[S
            iload 1 /* chunk */
            sipush 256
            newarray 9
            aastore
        15: .line 793
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclDefaultValue:[[Ljava/lang/String;
            iload 1 /* chunk */
            sipush 256
            anewarray java.lang.String
            aastore
        16: .line 794
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNonNormalizedDefaultValue:[[Ljava/lang/String;
            iload 1 /* chunk */
            sipush 256
            anewarray java.lang.String
            aastore
        17: .line 795
            aload 0 /* this */
            getfield com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar.fAttributeDeclNextAttributeDeclIndex:[[I
            iload 1 /* chunk */
            sipush 256
            newarray 10
            aastore
        18: .line 796
            return
        end local 1 // int chunk
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   19     1  chunk  I
    MethodParameters:
       Name  Flags
      chunk  

  private static short[][] resize(short[][], int);
    descriptor: ([[SI)[[S
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // short[][] array
        start local 1 // int newsize
         0: .line 803
            iload 1 /* newsize */
            anewarray short[]
            astore 2 /* newarray */
        start local 2 // short[][] newarray
         1: .line 804
            aload 0 /* array */
            iconst_0
            aload 2 /* newarray */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 805
            aload 2 /* newarray */
            areturn
        end local 2 // short[][] newarray
        end local 1 // int newsize
        end local 0 // short[][] array
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     array  [[S
            0    3     1   newsize  I
            1    3     2  newarray  [[S
    MethodParameters:
         Name  Flags
      array    
      newsize  

  private static int[][] resize(int[][], int);
    descriptor: ([[II)[[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // int[][] array
        start local 1 // int newsize
         0: .line 809
            iload 1 /* newsize */
            anewarray int[]
            astore 2 /* newarray */
        start local 2 // int[][] newarray
         1: .line 810
            aload 0 /* array */
            iconst_0
            aload 2 /* newarray */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 811
            aload 2 /* newarray */
            areturn
        end local 2 // int[][] newarray
        end local 1 // int newsize
        end local 0 // int[][] array
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     array  [[I
            0    3     1   newsize  I
            1    3     2  newarray  [[I
    MethodParameters:
         Name  Flags
      array    
      newsize  

  private static com.sun.org.apache.xerces.internal.xni.QName[][] resize(com.sun.org.apache.xerces.internal.xni.QName[][], int);
    descriptor: ([[Lcom/sun/org/apache/xerces/internal/xni/QName;I)[[Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.xni.QName[][] array
        start local 1 // int newsize
         0: .line 815
            iload 1 /* newsize */
            anewarray com.sun.org.apache.xerces.internal.xni.QName[]
            astore 2 /* newarray */
        start local 2 // com.sun.org.apache.xerces.internal.xni.QName[][] newarray
         1: .line 816
            aload 0 /* array */
            iconst_0
            aload 2 /* newarray */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 817
            aload 2 /* newarray */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.xni.QName[][] newarray
        end local 1 // int newsize
        end local 0 // com.sun.org.apache.xerces.internal.xni.QName[][] array
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     array  [[Lcom/sun/org/apache/xerces/internal/xni/QName;
            0    3     1   newsize  I
            1    3     2  newarray  [[Lcom/sun/org/apache/xerces/internal/xni/QName;
    MethodParameters:
         Name  Flags
      array    
      newsize  

  private static java.lang.String[][] resize(java.lang.String[][], int);
    descriptor: ([[Ljava/lang/String;I)[[Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.lang.String[][] array
        start local 1 // int newsize
         0: .line 821
            iload 1 /* newsize */
            anewarray java.lang.String[]
            astore 2 /* newarray */
        start local 2 // java.lang.String[][] newarray
         1: .line 822
            aload 0 /* array */
            iconst_0
            aload 2 /* newarray */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 823
            aload 2 /* newarray */
            areturn
        end local 2 // java.lang.String[][] newarray
        end local 1 // int newsize
        end local 0 // java.lang.String[][] array
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     array  [[Ljava/lang/String;
            0    3     1   newsize  I
            1    3     2  newarray  [[Ljava/lang/String;
    MethodParameters:
         Name  Flags
      array    
      newsize  

  private static java.lang.String[][][] resize(java.lang.String[][][], int);
    descriptor: ([[[Ljava/lang/String;I)[[[Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.lang.String[][][] array
        start local 1 // int newsize
         0: .line 827
            iload 1 /* newsize */
            anewarray java.lang.String[][]
            astore 2 /* newarray */
        start local 2 // java.lang.String[][][] newarray
         1: .line 828
            aload 0 /* array */
            iconst_0
            aload 2 /* newarray */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 829
            aload 2 /* newarray */
            areturn
        end local 2 // java.lang.String[][][] newarray
        end local 1 // int newsize
        end local 0 // java.lang.String[][][] array
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0     array  [[[Ljava/lang/String;
            0    3     1   newsize  I
            1    3     2  newarray  [[[Ljava/lang/String;
    MethodParameters:
         Name  Flags
      array    
      newsize  

  private boolean normalizeDefaultAttrValue(com.sun.org.apache.xerces.internal.xni.XMLString);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/XMLString;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // com.sun.org.apache.xerces.internal.xni.XMLString value
         0: .line 841
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
            pop
         1: .line 843
            iconst_1
            istore 2 /* skipSpace */
        start local 2 // boolean skipSpace
         2: .line 844
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
            istore 3 /* current */
        start local 3 // int current
         3: .line 845
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 846
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
            istore 5 /* i */
        start local 5 // int i
         5: goto 16
         6: .line 847
      StackMap locals: com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar com.sun.org.apache.xerces.internal.xni.XMLString int int int int
      StackMap stack:
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
            iload 5 /* i */
            caload
            bipush 32
            if_icmpne 11
         7: .line 848
            iload 2 /* skipSpace */
            ifne 15
         8: .line 850
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
            iload 3 /* current */
            iinc 3 /* current */ 1
            bipush 32
            castore
         9: .line 851
            iconst_1
            istore 2 /* skipSpace */
        10: .line 856
            goto 15
        11: .line 859
      StackMap locals:
      StackMap stack:
            iload 3 /* current */
            iload 5 /* i */
            if_icmpeq 13
        12: .line 860
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
            iload 3 /* current */
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.ch:[C
            iload 5 /* i */
            caload
            castore
        13: .line 862
      StackMap locals:
      StackMap stack:
            iinc 3 /* current */ 1
        14: .line 863
            iconst_0
            istore 2 /* skipSpace */
        15: .line 846
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
        17: .line 866
            iload 3 /* current */
            iload 4 /* end */
            if_icmpeq 22
        18: .line 867
            iload 2 /* skipSpace */
            ifeq 20
        19: .line 869
            iinc 3 /* current */ -1
        20: .line 872
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            iload 3 /* current */
            aload 1 /* value */
            getfield com.sun.org.apache.xerces.internal.xni.XMLString.offset:I
            isub
            putfield com.sun.org.apache.xerces.internal.xni.XMLString.length:I
        21: .line 873
            iconst_1
            ireturn
        22: .line 875
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // int end
        end local 3 // int current
        end local 2 // boolean skipSpace
        end local 1 // com.sun.org.apache.xerces.internal.xni.XMLString value
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0   23     1      value  Lcom/sun/org/apache/xerces/internal/xni/XMLString;
            2   23     2  skipSpace  Z
            3   23     3    current  I
            4   23     4        end  I
            5   17     5          i  I
    MethodParameters:
       Name  Flags
      value  

  public void endDTD(com.sun.org.apache.xerces.internal.xni.Augmentations);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
        start local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
         0: .line 879
            return
        end local 1 // com.sun.org.apache.xerces.internal.xni.Augmentations augs
        end local 0 // com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/stream/dtd/nonvalidating/DTDGrammar;
            0    1     1  augs  Lcom/sun/org/apache/xerces/internal/xni/Augmentations;
    Exceptions:
      throws com.sun.org.apache.xerces.internal.xni.XNIException
    MethodParameters:
      Name  Flags
      augs  
}
SourceFile: "DTDGrammar.java"