public final class com.ctc.wstx.dtd.DTDEntityAttr 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.DTDEntityAttr
  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.DTDEntityAttr 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 30
            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 31
            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.DTDEntityAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/ctc/wstx/dtd/DTDEntityAttr;
            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.DTDEntityAttr this
        start local 1 // int specIndex
         0: .line 35
            new com.ctc.wstx.dtd.DTDEntityAttr
            dup
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mName:Lcom/ctc/wstx/util/PrefixedName;
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mDefValue:Lcom/ctc/wstx/dtd/DefaultAttrValue;
            iload 1 /* specIndex */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mCfgXml11:Z
            invokespecial com.ctc.wstx.dtd.DTDEntityAttr.<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.DTDEntityAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/ctc/wstx/dtd/DTDEntityAttr;
            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.DTDEntityAttr this
         0: .line 46
            iconst_5
            ireturn
        end local 0 // com.ctc.wstx.dtd.DTDEntityAttr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/dtd/DTDEntityAttr;

  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=8, args_size=6
        start local 0 // com.ctc.wstx.dtd.DTDEntityAttr 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 64
            goto 2
         1: .line 65
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
         2: .line 64
      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 69
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmplt 5
         4: .line 70
            aload 0 /* this */
            aload 1 /* v */
            ldc "Empty ENTITY value"
            invokevirtual com.ctc.wstx.dtd.DTDEntityAttr.reportValidationProblem:(Lcom/ctc/wstx/dtd/DTDValidatorBase;Ljava/lang/String;)Ljava/lang/String;
            areturn
         5: .line 72
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         6: .line 73
            goto 8
         7: .line 74
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         8: .line 73
      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 78
      StackMap locals:
      StackMap stack:
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            istore 6 /* c */
        start local 6 // char c
        10: .line 79
            iload 6 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameStartChar:(CZZ)Z
            ifne 12
            iload 6 /* c */
            bipush 58
            if_icmpeq 12
        11: .line 80
            aload 0 /* this */
            aload 1 /* v */
            iload 6 /* c */
            ldc "not valid as the first ID character"
            invokevirtual com.ctc.wstx.dtd.DTDEntityAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        12: .line 82
      StackMap locals: int
      StackMap stack:
            iload 3 /* start */
            iconst_1
            iadd
            istore 7 /* i */
        start local 7 // int i
        13: goto 18
        14: .line 83
      StackMap locals: int
      StackMap stack:
            aload 2 /* cbuf */
            iload 7 /* i */
            caload
            istore 6 /* c */
        15: .line 84
            iload 6 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameChar:(CZZ)Z
            ifne 17
        16: .line 85
            aload 0 /* this */
            aload 1 /* v */
            iload 6 /* c */
            ldc "not valid as an ID character"
            invokevirtual com.ctc.wstx.dtd.DTDEntityAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        17: .line 82
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 7 /* i */
            iload 4 /* end */
            if_icmple 14
        end local 7 // int i
        19: .line 89
            aload 0 /* this */
            aload 1 /* v */
            aload 2 /* cbuf */
            iload 3 /* start */
            iload 4 /* end */
            iload 3 /* start */
            isub
            iconst_1
            iadd
            invokevirtual com.ctc.wstx.dtd.DTDEntityAttr.findEntityDecl:(Lcom/ctc/wstx/dtd/DTDValidatorBase;[CII)Lcom/ctc/wstx/ent/EntityDecl;
            astore 7 /* ent */
        start local 7 // com.ctc.wstx.ent.EntityDecl ent
        20: .line 92
            iload 5 /* normalize */
            ifeq 21
            aload 7 /* ent */
            invokevirtual com.ctc.wstx.ent.EntityDecl.getName:()Ljava/lang/String;
            goto 22
      StackMap locals: com.ctc.wstx.dtd.DTDEntityAttr com.ctc.wstx.dtd.DTDValidatorBase char[] int int int int com.ctc.wstx.ent.EntityDecl
      StackMap stack:
        21: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
        22: areturn
        end local 7 // com.ctc.wstx.ent.EntityDecl ent
        end local 6 // char c
        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.DTDEntityAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/ctc/wstx/dtd/DTDEntityAttr;
            0   23     1          v  Lcom/ctc/wstx/dtd/DTDValidatorBase;
            0   23     2       cbuf  [C
            0   23     3      start  I
            0   23     4        end  I
            0   23     5  normalize  Z
           10   23     6          c  C
           13   19     7          i  I
           20   23     7        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=5, args_size=3
        start local 0 // com.ctc.wstx.dtd.DTDEntityAttr this
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // boolean normalize
         0: .line 104
            aload 0 /* this */
            aload 1 /* rep */
            iload 2 /* normalize */
            invokevirtual com.ctc.wstx.dtd.DTDEntityAttr.validateDefaultName:(Lcom/ctc/wstx/sr/InputProblemReporter;Z)Ljava/lang/String;
            astore 3 /* normStr */
        start local 3 // java.lang.String normStr
         1: .line 105
            iload 2 /* normalize */
            ifeq 3
         2: .line 106
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDEntityAttr.mDefValue:Lcom/ctc/wstx/dtd/DefaultAttrValue;
            aload 3 /* normStr */
            invokevirtual com.ctc.wstx.dtd.DefaultAttrValue.setValue:(Ljava/lang/String;)V
         3: .line 115
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* rep */
            checkcast com.ctc.wstx.dtd.MinimalDTDReader
            aload 3 /* normStr */
            invokevirtual com.ctc.wstx.dtd.MinimalDTDReader.findEntity:(Ljava/lang/String;)Lcom/ctc/wstx/ent/EntityDecl;
            astore 4 /* ent */
        start local 4 // com.ctc.wstx.ent.EntityDecl ent
         4: .line 116
            aload 0 /* this */
            aload 1 /* rep */
            aload 3 /* normStr */
            aload 4 /* ent */
            invokevirtual com.ctc.wstx.dtd.DTDEntityAttr.checkEntity:(Lcom/ctc/wstx/sr/InputProblemReporter;Ljava/lang/String;Lcom/ctc/wstx/ent/EntityDecl;)V
         5: .line 117
            return
        end local 4 // com.ctc.wstx.ent.EntityDecl ent
        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.DTDEntityAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/ctc/wstx/dtd/DTDEntityAttr;
            0    6     1        rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            0    6     2  normalize  Z
            1    6     3    normStr  Ljava/lang/String;
            4    6     4        ent  Lcom/ctc/wstx/ent/EntityDecl;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      rep        
      normalize  
}
SourceFile: "DTDEntityAttr.java"