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

  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=11, args_size=6
        start local 0 // com.ctc.wstx.dtd.DTDIdRefAttr 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 70
            goto 2
         1: .line 71
      StackMap locals:
      StackMap stack:
            iinc 3 /* start */ 1
         2: .line 70
      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 74
      StackMap locals:
      StackMap stack:
            iload 3 /* start */
            iload 4 /* end */
            if_icmplt 5
         4: .line 75
            aload 0 /* this */
            aload 1 /* v */
            ldc "Empty IDREF value"
            invokevirtual com.ctc.wstx.dtd.DTDIdRefAttr.reportValidationProblem:(Lcom/ctc/wstx/dtd/DTDValidatorBase;Ljava/lang/String;)Ljava/lang/String;
            areturn
         5: .line 78
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         6: .line 79
            goto 8
         7: .line 80
      StackMap locals:
      StackMap stack:
            iinc 4 /* end */ -1
         8: .line 79
      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 84
      StackMap locals:
      StackMap stack:
            aload 2 /* cbuf */
            iload 3 /* start */
            caload
            istore 6 /* c */
        start local 6 // char c
        10: .line 85
            iload 6 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameStartChar:(CZZ)Z
            ifne 12
        11: .line 86
            aload 0 /* this */
            aload 1 /* v */
            iload 6 /* c */
            ldc "not valid as the first IDREF character"
            invokevirtual com.ctc.wstx.dtd.DTDIdRefAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        12: .line 88
      StackMap locals: int
      StackMap stack:
            iload 6 /* c */
            istore 7 /* hash */
        start local 7 // int hash
        13: .line 89
            iload 3 /* start */
            iconst_1
            iadd
            istore 8 /* i */
        start local 8 // int i
        14: goto 20
        15: .line 90
      StackMap locals: int int
      StackMap stack:
            aload 2 /* cbuf */
            iload 8 /* i */
            caload
            istore 6 /* c */
        16: .line 91
            iload 6 /* c */
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefAttr.mCfgNsAware:Z
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefAttr.mCfgXml11:Z
            invokestatic com.ctc.wstx.io.WstxInputData.isNameChar:(CZZ)Z
            ifne 18
        17: .line 92
            aload 0 /* this */
            aload 1 /* v */
            iload 6 /* c */
            ldc "not valid as an IDREF character"
            invokevirtual com.ctc.wstx.dtd.DTDIdRefAttr.reportInvalidChar:(Lcom/ctc/wstx/dtd/DTDValidatorBase;CLjava/lang/String;)Ljava/lang/String;
            areturn
        18: .line 94
      StackMap locals:
      StackMap stack:
            iload 7 /* hash */
            bipush 31
            imul
            iload 6 /* c */
            iadd
            istore 7 /* hash */
        19: .line 89
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* i */
            iload 4 /* end */
            if_icmple 15
        end local 8 // int i
        21: .line 98
            aload 1 /* v */
            invokevirtual com.ctc.wstx.dtd.DTDValidatorBase.getIdMap:()Lcom/ctc/wstx/util/ElementIdMap;
            astore 8 /* m */
        start local 8 // com.ctc.wstx.util.ElementIdMap m
        22: .line 99
            aload 1 /* v */
            invokevirtual com.ctc.wstx.dtd.DTDValidatorBase.getLocation:()Ljavax/xml/stream/Location;
            astore 9 /* loc */
        start local 9 // javax.xml.stream.Location loc
        23: .line 100
            aload 8 /* m */
            aload 2 /* cbuf */
            iload 3 /* start */
            iload 4 /* end */
            iload 3 /* start */
            isub
            iconst_1
            iadd
            iload 7 /* hash */
        24: .line 101
            aload 9 /* loc */
            aload 1 /* v */
            invokevirtual com.ctc.wstx.dtd.DTDValidatorBase.getElemName:()Lcom/ctc/wstx/util/PrefixedName;
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefAttr.mName:Lcom/ctc/wstx/util/PrefixedName;
        25: .line 100
            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 10 /* id */
        start local 10 // com.ctc.wstx.util.ElementId id
        26: .line 103
            iload 5 /* normalize */
            ifeq 27
            aload 10 /* id */
            invokevirtual com.ctc.wstx.util.ElementId.getId:()Ljava/lang/String;
            goto 28
      StackMap locals: com.ctc.wstx.dtd.DTDIdRefAttr com.ctc.wstx.dtd.DTDValidatorBase char[] int int int int int com.ctc.wstx.util.ElementIdMap javax.xml.stream.Location com.ctc.wstx.util.ElementId
      StackMap stack:
        27: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
        28: areturn
        end local 10 // com.ctc.wstx.util.ElementId id
        end local 9 // javax.xml.stream.Location loc
        end local 8 // com.ctc.wstx.util.ElementIdMap m
        end local 7 // int hash
        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.DTDIdRefAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lcom/ctc/wstx/dtd/DTDIdRefAttr;
            0   29     1          v  Lcom/ctc/wstx/dtd/DTDValidatorBase;
            0   29     2       cbuf  [C
            0   29     3      start  I
            0   29     4        end  I
            0   29     5  normalize  Z
           10   29     6          c  C
           13   29     7       hash  I
           14   21     8          i  I
           22   29     8          m  Lcom/ctc/wstx/util/ElementIdMap;
           23   29     9        loc  Ljavax/xml/stream/Location;
           26   29    10         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.DTDIdRefAttr this
        start local 1 // com.ctc.wstx.sr.InputProblemReporter rep
        start local 2 // boolean normalize
         0: .line 115
            aload 0 /* this */
            aload 1 /* rep */
            iload 2 /* normalize */
            invokevirtual com.ctc.wstx.dtd.DTDIdRefAttr.validateDefaultName:(Lcom/ctc/wstx/sr/InputProblemReporter;Z)Ljava/lang/String;
            astore 3 /* def */
        start local 3 // java.lang.String def
         1: .line 116
            iload 2 /* normalize */
            ifeq 3
         2: .line 117
            aload 0 /* this */
            getfield com.ctc.wstx.dtd.DTDIdRefAttr.mDefValue:Lcom/ctc/wstx/dtd/DefaultAttrValue;
            aload 3 /* def */
            invokevirtual com.ctc.wstx.dtd.DefaultAttrValue.setValue:(Ljava/lang/String;)V
         3: .line 119
      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.DTDIdRefAttr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/ctc/wstx/dtd/DTDIdRefAttr;
            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: "DTDIdRefAttr.java"