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

  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=8, locals=14, args_size=6
        start local 0 // com.ctc.wstx.dtd.DTDIdRefsAttr 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 66
            goto 2
         1: .line 67
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
         2: .line 66
      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 71
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmplt 5
         4: .line 72
            aload 0 /* this */
            aload 1 /* v */
            ldc "Empty IDREFS value"
            invokevirtual com.ctc.wstx.dtd.DTDIdRefsAttr.reportValidationProblem:(Lcom/ctc/wstx/dtd/DTDValidatorBase;Ljava/lang/String;)Ljava/lang/String;
            areturn
         5: .line 75
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         6: .line 77
            goto 8
         7: .line 78
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         8: .line 77
      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 82
      StackMap locals:
      StackMap stack:
            aload 1 /* v */
            invokevirtual com.ctc.wstx.dtd.DTDValidatorBase.getIdMap:()Lcom/ctc/wstx/util/ElementIdMap;
            astore 6 /* m */
        start local 6 // com.ctc.wstx.util.ElementIdMap m
        10: .line 83
            aload 1 /* v */
            invokevirtual com.ctc.wstx.dtd.DTDValidatorBase.getLocation:()Ljavax/xml/stream/Location;
            astore 7 /* loc */
        start local 7 // javax.xml.stream.Location loc
        11: .line 85
            aconst_null
            astore 8 /* idStr */
        start local 8 // java.lang.String idStr
        12: .line 86
            aconst_null
            astore 9 /* sb */
        start local 9 // java.lang.StringBuilder sb
        13: .line 87
            goto 44
        14: .line 89
      StackMap locals: com.ctc.wstx.dtd.DTDIdRefsAttr com.ctc.wstx.dtd.DTDValidatorBase char[] int int int com.ctc.wstx.util.ElementIdMap javax.xml.stream.Location java.lang.String java.lang.StringBuilder
      StackMap stack:
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            istore 10 /* c */
        start local 10 // char c
        15: .line 90
            iload 10 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefsAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefsAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameStartChar:(CZZ)Z
            ifne 17
        16: .line 91
            aload 0 /* this */
            aload 1 /* v */
            iload 10 /* c */
            ldc "not valid as the first IDREFS character"
            invokevirtual com.ctc.wstx.dtd.DTDIdRefsAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        17: .line 93
      StackMap locals: int
      StackMap stack:
            iload 10 /* c */
            istore 11 /* hash */
        start local 11 // int hash
        18: .line 94
            iload 3 /* start */
            iconst_1
            iadd
            istore 12 /* i */
        start local 12 // int i
        19: .line 95
            goto 27
        20: .line 96
      StackMap locals: int int
      StackMap stack:
            aload 2 /* cbuf */
            iload 12 /* i */
            caload
            istore 10 /* c */
        21: .line 97
            iload 10 /* c */
            invokestatic com.ctc.wstx.io.WstxInputData.isSpaceChar:(C)Z
            ifeq 23
        22: .line 98
            goto 28
        23: .line 100
      StackMap locals:
      StackMap stack:
            iload 10 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefsAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefsAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameChar:(CZZ)Z
            ifne 25
        24: .line 101
            aload 0 /* this */
            aload 1 /* v */
            iload 10 /* c */
            ldc "not valid as an IDREFS character"
            invokevirtual com.ctc.wstx.dtd.DTDIdRefsAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        25: .line 103
      StackMap locals:
      StackMap stack:
            iload 11 /* hash */
            bipush 31
            imul
            iload 10 /* c */
            iadd
            istore 11 /* hash */
        26: .line 95
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 12 /* i */
            iload 4 /* end */
            if_icmple 20
        28: .line 107
      StackMap locals:
      StackMap stack:
            aload 6 /* m */
            aload 2 /* cbuf */
            iload 3 /* start */
            iload 12 /* i */
            iload 3 /* start */
            isub
            iload 11 /* hash */
        29: .line 108
            aload 7 /* loc */
            aload 1 /* v */
            invokevirtual com.ctc.wstx.dtd.DTDValidatorBase.getElemName:()Lcom/ctc/wstx/util/PrefixedName;
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefsAttr.mName:Lcom/ctc/wstx/util/PrefixedName;
        30: .line 107
            invokevirtual com.ctc.wstx.util.ElementIdMap.addReferenced:([CIIILjavax/xml/stream/Location;Lcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)Lcom/ctc/wstx/util/ElementId;
            astore 13 /* id */
        start local 13 // com.ctc.wstx.util.ElementId id
        31: .line 111
            iload 12 /* i */
            iconst_1
            iadd
            istore 3 /* start */
        32: .line 116
            iload 5 /* normalize */
            ifeq 43
        33: .line 117
            aload 8 /* idStr */
            ifnonnull 36
        34: .line 118
            aload 13 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.getId:()Ljava/lang/String;
            astore 8 /* idStr */
        35: .line 119
            goto 43
        36: .line 120
      StackMap locals: com.ctc.wstx.util.ElementId
      StackMap stack:
            aload 9 /* sb */
            ifnonnull 38
        37: .line 121
            new java.lang.StringBuilder
            dup
            aload 8 /* idStr */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 9 /* sb */
        38: .line 123
      StackMap locals:
      StackMap stack:
            aload 13 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.getId:()Ljava/lang/String;
            astore 8 /* idStr */
        39: .line 124
            aload 9 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        40: .line 125
            aload 9 /* sb */
            aload 8 /* idStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        41: .line 130
            goto 43
        42: .line 131
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
        43: .line 130
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmpgt 44
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            invokestatic com.ctc.wstx.io.WstxInputData.isSpaceChar:(C)Z
            ifne 42
        end local 13 // com.ctc.wstx.util.ElementId id
        end local 12 // int i
        end local 11 // int hash
        end local 10 // char c
        44: .line 87
      StackMap locals: com.ctc.wstx.dtd.DTDIdRefsAttr com.ctc.wstx.dtd.DTDValidatorBase char[] int int int com.ctc.wstx.util.ElementIdMap javax.xml.stream.Location java.lang.String java.lang.StringBuilder
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmple 14
        45: .line 135
            iload 5 /* normalize */
            ifeq 49
        46: .line 136
            aload 9 /* sb */
            ifnull 48
        47: .line 137
            aload 9 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 8 /* idStr */
        48: .line 139
      StackMap locals:
      StackMap stack:
            aload 8 /* idStr */
            areturn
        49: .line 142
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 9 // java.lang.StringBuilder sb
        end local 8 // java.lang.String idStr
        end local 7 // javax.xml.stream.Location loc
        end local 6 // com.ctc.wstx.util.ElementIdMap m
        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.DTDIdRefsAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   50     0       this  Lcom/ctc/wstx/dtd/DTDIdRefsAttr;
            0   50     1          v  Lcom/ctc/wstx/dtd/DTDValidatorBase;
            0   50     2       cbuf  [C
            0   50     3      start  I
            0   50     4        end  I
            0   50     5  normalize  Z
           10   50     6          m  Lcom/ctc/wstx/util/ElementIdMap;
           11   50     7        loc  Ljavax/xml/stream/Location;
           12   50     8      idStr  Ljava/lang/String;
           13   50     9         sb  Ljava/lang/StringBuilder;
           15   44    10          c  C
           18   44    11       hash  I
           19   44    12          i  I
           31   44    13         id  Lcom/ctc/wstx/util/ElementId;
    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=3, locals=4, args_size=3
        start local 0 // com.ctc.wstx.dtd.DTDIdRefsAttr this
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // boolean normalize
         0: .line 157
            aload 0 /* this */
            aload 1 /* rep */
            iload 2 /* normalize */
            invokevirtual com.ctc.wstx.dtd.DTDIdRefsAttr.validateDefaultNames:(Lcom/ctc/wstx/sr/InputProblemReporter;Z)Ljava/lang/String;
            astore 3 /* def */
        start local 3 // java.lang.String def
         1: .line 158
            iload 2 /* normalize */
            ifeq 3
         2: .line 159
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefsAttr.mDefValue:Lcom/ctc/wstx/dtd/DefaultAttrValue;
            aload 3 /* def */
            invokevirtual com.ctc.wstx.dtd.DefaultAttrValue.setValue:(Ljava/lang/String;)V
         3: .line 161
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String def
        end local 2 // boolean normalize
        end local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        end local 0 // com.ctc.wstx.dtd.DTDIdRefsAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/ctc/wstx/dtd/DTDIdRefsAttr;
            0    4     1        rep  Lcom/ctc/wstx/sr/InputProblemReporter;
            0    4     2  normalize  Z
            1    4     3        def  Ljava/lang/String;
    Exceptions:
      throws javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      rep        
      normalize  
}
SourceFile: "DTDIdRefsAttr.java"