public final class com.ctc.wstx.dtd.DTDEntitiesAttr extends com.ctc.wstx.dtd.DTDAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.dtd.DTDEntitiesAttr
  super_class: com.ctc.wstx.dtd.DTDAttribute
{
  public void <init>(com.ctc.wstx.util.PrefixedName, com.ctc.wstx.dtd.DefaultAttrValue, int, boolean, boolean);
    descriptor: (Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/dtd/DefaultAttrValue;IZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
        start local 1 // com.ctc.wstx.util.PrefixedName name
        start local 2 // com.ctc.wstx.dtd.DefaultAttrValue defValue
        start local 3 // int specIndex
        start local 4 // boolean nsAware
        start local 5 // boolean xml11
         0: .line 33
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* defValue */
            iload 3 /* specIndex */
            iload 4 /* nsAware */
            iload 5 /* xml11 */
            invokespecial com.ctc.wstx.dtd.DTDAttribute.<init>:(Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/dtd/DefaultAttrValue;IZZ)V
         1: .line 34
            return
        end local 5 // boolean xml11
        end local 4 // boolean nsAware
        end local 3 // int specIndex
        end local 2 // com.ctc.wstx.dtd.DefaultAttrValue defValue
        end local 1 // com.ctc.wstx.util.PrefixedName name
        end local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/ctc/wstx/dtd/DTDEntitiesAttr;
            0    2     1       name  Lcom/ctc/wstx/util/PrefixedName;
            0    2     2   defValue  Lcom/ctc/wstx/dtd/DefaultAttrValue;
            0    2     3  specIndex  I
            0    2     4    nsAware  Z
            0    2     5      xml11  Z
    MethodParameters:
           Name  Flags
      name       
      defValue   
      specIndex  
      nsAware    
      xml11      

  public com.ctc.wstx.dtd.DTDAttribute cloneWith(int);
    descriptor: (I)Lcom/ctc/wstx/dtd/DTDAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
        start local 1 // int specIndex
         0: .line 38
            new com.ctc.wstx.dtd.DTDEntitiesAttr
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mName:Lcom/ctc/wstx/util/PrefixedName;
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mDefValue:Lcom/ctc/wstx/dtd/DefaultAttrValue;
            iload 1 /* specIndex */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mCfgXml11:Z
            invokespecial com.ctc.wstx.dtd.DTDEntitiesAttr.<init>:(Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/dtd/DefaultAttrValue;IZZ)V
            areturn
        end local 1 // int specIndex
        end local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/ctc/wstx/dtd/DTDEntitiesAttr;
            0    1     1  specIndex  I
    MethodParameters:
           Name  Flags
      specIndex  

  public int getValueType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
         0: .line 49
            bipush 6
            ireturn
        end local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/dtd/DTDEntitiesAttr;

  public java.lang.String validate(com.ctc.wstx.dtd.DTDValidatorBase, char[], int, int, boolean);
    descriptor: (Lcom/ctc/wstx/dtd/DTDValidatorBase;[CIIZ)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=6
        start local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
        start local 1 // com.ctc.wstx.dtd.DTDValidatorBase v
        start local 2 // char[] cbuf
        start local 3 // int start
        start local 4 // int end
        start local 5 // boolean normalize
         0: .line 73
            goto 2
         1: .line 74
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
         2: .line 73
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmpge 3
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            invokestatic com.ctc.wstx.io.WstxInputData.isSpaceChar:(C)Z
            ifne 1
         3: .line 78
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmplt 5
         4: .line 79
            aload 0 /* this */
            aload 1 /* v */
            ldc "Empty ENTITIES value"
            invokevirtual com.ctc.wstx.dtd.DTDEntitiesAttr.reportValidationProblem:(Lcom/ctc/wstx/dtd/DTDValidatorBase;Ljava/lang/String;)Ljava/lang/String;
            areturn
         5: .line 81
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         6: .line 82
            goto 8
         7: .line 83
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         8: .line 82
      StackMap locals:
      StackMap stack:
            iload 4 /* end */
            iload 3 /* start */
            if_icmple 9
            aload 2 /* cbuf */
            iload 4 /* end */
            caload
            invokestatic com.ctc.wstx.io.WstxInputData.isSpaceChar:(C)Z
            ifne 7
         9: .line 87
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* idStr */
        start local 6 // java.lang.String idStr
        10: .line 88
            aconst_null
            astore 7 /* sb */
        start local 7 // java.lang.StringBuilder sb
        11: .line 90
            goto 38
        12: .line 92
      StackMap locals: java.lang.String java.lang.StringBuilder
      StackMap stack:
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            istore 8 /* c */
        start local 8 // char c
        13: .line 93
            iload 8 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameStartChar:(CZZ)Z
            ifne 15
        14: .line 94
            aload 0 /* this */
            aload 1 /* v */
            iload 8 /* c */
            ldc "not valid as the first ENTITIES character"
            invokevirtual com.ctc.wstx.dtd.DTDEntitiesAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        15: .line 96
      StackMap locals: int
      StackMap stack:
            iload 3 /* start */
            iconst_1
            iadd
            istore 9 /* i */
        start local 9 // int i
        16: .line 97
            goto 23
        17: .line 98
      StackMap locals: int
      StackMap stack:
            aload 2 /* cbuf */
            iload 9 /* i */
            caload
            istore 8 /* c */
        18: .line 99
            iload 8 /* c */
            invokestatic com.ctc.wstx.io.WstxInputData.isSpaceChar:(C)Z
            ifeq 20
        19: .line 100
            goto 24
        20: .line 102
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameChar:(CZZ)Z
            ifne 22
        21: .line 103
            aload 0 /* this */
            aload 1 /* v */
            iload 8 /* c */
            ldc "not valid as an ENTITIES character"
            invokevirtual com.ctc.wstx.dtd.DTDEntitiesAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        22: .line 97
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 9 /* i */
            iload 4 /* end */
            if_icmple 17
        24: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* v */
            aload 2 /* cbuf */
            iload 3 /* start */
            iload 9 /* i */
            iload 3 /* start */
            isub
            invokevirtual com.ctc.wstx.dtd.DTDEntitiesAttr.findEntityDecl:(Lcom/ctc/wstx/dtd/DTDValidatorBase;[CII)Lcom/ctc/wstx/ent/EntityDecl;
            astore 10 /* ent */
        start local 10 // com.ctc.wstx.ent.EntityDecl ent
        25: .line 111
            iload 9 /* i */
            iconst_1
            iadd
            istore 3 /* start */
        26: .line 116
            iload 5 /* normalize */
            ifeq 37
        27: .line 117
            aload 6 /* idStr */
            ifnonnull 30
        28: .line 118
            aload 10 /* ent */
            invokevirtual com.ctc.wstx.ent.EntityDecl.getName:()Ljava/lang/String;
            astore 6 /* idStr */
        29: .line 119
            goto 37
        30: .line 120
      StackMap locals: com.ctc.wstx.ent.EntityDecl
      StackMap stack:
            aload 7 /* sb */
            ifnonnull 32
        31: .line 121
            new java.lang.StringBuilder
            dup
            aload 6 /* idStr */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 7 /* sb */
        32: .line 123
      StackMap locals:
      StackMap stack:
            aload 10 /* ent */
            invokevirtual com.ctc.wstx.ent.EntityDecl.getName:()Ljava/lang/String;
            astore 6 /* idStr */
        33: .line 124
            aload 7 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        34: .line 125
            aload 7 /* sb */
            aload 6 /* idStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        35: .line 130
            goto 37
        36: .line 131
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
        37: .line 130
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmpgt 38
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            invokestatic com.ctc.wstx.io.WstxInputData.isSpaceChar:(C)Z
            ifne 36
        end local 10 // com.ctc.wstx.ent.EntityDecl ent
        end local 9 // int i
        end local 8 // char c
        38: .line 90
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmple 12
        39: .line 135
            iload 5 /* normalize */
            ifeq 43
        40: .line 136
            aload 7 /* sb */
            ifnull 42
        41: .line 137
            aload 7 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* idStr */
        42: .line 139
      StackMap locals:
      StackMap stack:
            aload 6 /* idStr */
            areturn
        43: .line 142
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 7 // java.lang.StringBuilder sb
        end local 6 // java.lang.String idStr
        end local 5 // boolean normalize
        end local 4 // int end
        end local 3 // int start
        end local 2 // char[] cbuf
        end local 1 // com.ctc.wstx.dtd.DTDValidatorBase v
        end local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   44     0       this  Lcom/ctc/wstx/dtd/DTDEntitiesAttr;
            0   44     1          v  Lcom/ctc/wstx/dtd/DTDValidatorBase;
            0   44     2       cbuf  [C
            0   44     3      start  I
            0   44     4        end  I
            0   44     5  normalize  Z
           10   44     6      idStr  Ljava/lang/String;
           11   44     7         sb  Ljava/lang/StringBuilder;
           13   38     8          c  C
           16   38     9          i  I
           25   38    10        ent  Lcom/ctc/wstx/ent/EntityDecl;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      v          
      cbuf       
      start      
      end        
      normalize  

  public void validateDefault(com.ctc.wstx.sr.InputProblemReporter, boolean);
    descriptor: (Lcom/ctc/wstx/sr/InputProblemReporter;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // boolean normalize
         0: .line 154
            aload 0 /* this */
            aload 1 /* rep */
            iconst_1
            invokevirtual com.ctc.wstx.dtd.DTDEntitiesAttr.validateDefaultNames:(Lcom/ctc/wstx/sr/InputProblemReporter;Z)Ljava/lang/String;
            astore 3 /* normStr */
        start local 3 // java.lang.String normStr
         1: .line 155
            iload 2 /* normalize */
            ifeq 3
         2: .line 156
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntitiesAttr.mDefValue:Lcom/ctc/wstx/dtd/DefaultAttrValue;
            aload 3 /* normStr */
            invokevirtual com.ctc.wstx.dtd.DefaultAttrValue.setValue:(Ljava/lang/String;)V
         3: .line 165
      StackMap locals: java.lang.String
      StackMap stack:
            new java.util.StringTokenizer
            dup
            aload 3 /* normStr */
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;)V
            astore 4 /* st */
        start local 4 // java.util.StringTokenizer st
         4: .line 170
            aload 1 /* rep */
            checkcast com.ctc.wstx.dtd.MinimalDTDReader
            astore 5 /* dtdr */
        start local 5 // com.ctc.wstx.dtd.MinimalDTDReader dtdr
         5: .line 171
            goto 9
         6: .line 172
      StackMap locals: java.util.StringTokenizer com.ctc.wstx.dtd.MinimalDTDReader
      StackMap stack:
            aload 4 /* st */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            astore 6 /* str */
        start local 6 // java.lang.String str
         7: .line 173
            aload 5 /* dtdr */
            aload 6 /* str */
            invokevirtual com.ctc.wstx.dtd.MinimalDTDReader.findEntity:(Ljava/lang/String;)Lcom/ctc/wstx/ent/EntityDecl;
            astore 7 /* ent */
        start local 7 // com.ctc.wstx.ent.EntityDecl ent
         8: .line 175
            aload 0 /* this */
            aload 1 /* rep */
            aload 3 /* normStr */
            aload 7 /* ent */
            invokevirtual com.ctc.wstx.dtd.DTDEntitiesAttr.checkEntity:(Lcom/ctc/wstx/sr/InputProblemReporter;Ljava/lang/String;Lcom/ctc/wstx/ent/EntityDecl;)V
        end local 7 // com.ctc.wstx.ent.EntityDecl ent
        end local 6 // java.lang.String str
         9: .line 171
      StackMap locals:
      StackMap stack:
            aload 4 /* st */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 6
        10: .line 177
            return
        end local 5 // com.ctc.wstx.dtd.MinimalDTDReader dtdr
        end local 4 // java.util.StringTokenizer st
        end local 3 // java.lang.String normStr
        end local 2 // boolean normalize
        end local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 0 // com.ctc.wstx.dtd.DTDEntitiesAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/ctc/wstx/dtd/DTDEntitiesAttr;
            0   11     1        rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            0   11     2  normalize  Z
            1   11     3    normStr  Ljava/lang/String;
            4   11     4         st  Ljava/util/StringTokenizer;
            5   11     5       dtdr  Lcom/ctc/wstx/dtd/MinimalDTDReader;
            7    9     6        str  Ljava/lang/String;
            8    9     7        ent  Lcom/ctc/wstx/ent/EntityDecl;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      rep        
      normalize  
}
SourceFile: "DTDEntitiesAttr.java"