public final class com.ctc.wstx.util.ElementId
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.ctc.wstx.util.ElementId
  super_class: java.lang.Object
{
  private boolean mDefined;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String mIdValue;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private javax.xml.stream.Location mLocation;
    descriptor: Ljavax/xml/stream/Location;
    flags: (0x0002) ACC_PRIVATE

  private com.ctc.wstx.util.PrefixedName mElemName;
    descriptor: Lcom/ctc/wstx/util/PrefixedName;
    flags: (0x0002) ACC_PRIVATE

  private com.ctc.wstx.util.PrefixedName mAttrName;
    descriptor: Lcom/ctc/wstx/util/PrefixedName;
    flags: (0x0002) ACC_PRIVATE

  private com.ctc.wstx.util.ElementId mNextUndefined;
    descriptor: Lcom/ctc/wstx/util/ElementId;
    flags: (0x0002) ACC_PRIVATE

  private com.ctc.wstx.util.ElementId mNextColl;
    descriptor: Lcom/ctc/wstx/util/ElementId;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, javax.xml.stream.Location, boolean, com.ctc.wstx.util.PrefixedName, com.ctc.wstx.util.PrefixedName);
    descriptor: (Ljava/lang/String;Ljavax/xml/stream/Location;ZLcom/ctc/wstx/util/PrefixedName;Lcom/ctc/wstx/util/PrefixedName;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.ctc.wstx.util.ElementId this
        start local 1 // java.lang.String id
        start local 2 // javax.xml.stream.Location loc
        start local 3 // boolean defined
        start local 4 // com.ctc.wstx.util.PrefixedName elemName
        start local 5 // com.ctc.wstx.util.PrefixedName attrName
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* id */
            putfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
         2: .line 83
            aload 0 /* this */
            aload 2 /* loc */
            putfield com.ctc.wstx.util.ElementId.mLocation:Ljavax/xml/stream/Location;
         3: .line 84
            aload 0 /* this */
            iload 3 /* defined */
            putfield com.ctc.wstx.util.ElementId.mDefined:Z
         4: .line 85
            aload 0 /* this */
            aload 4 /* elemName */
            putfield com.ctc.wstx.util.ElementId.mElemName:Lcom/ctc/wstx/util/PrefixedName;
         5: .line 86
            aload 0 /* this */
            aload 5 /* attrName */
            putfield com.ctc.wstx.util.ElementId.mAttrName:Lcom/ctc/wstx/util/PrefixedName;
         6: .line 87
            return
        end local 5 // com.ctc.wstx.util.PrefixedName attrName
        end local 4 // com.ctc.wstx.util.PrefixedName elemName
        end local 3 // boolean defined
        end local 2 // javax.xml.stream.Location loc
        end local 1 // java.lang.String id
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/ctc/wstx/util/ElementId;
            0    7     1        id  Ljava/lang/String;
            0    7     2       loc  Ljavax/xml/stream/Location;
            0    7     3   defined  Z
            0    7     4  elemName  Lcom/ctc/wstx/util/PrefixedName;
            0    7     5  attrName  Lcom/ctc/wstx/util/PrefixedName;
    MethodParameters:
          Name  Flags
      id        
      loc       
      defined   
      elemName  
      attrName  

  protected void linkUndefined(com.ctc.wstx.util.ElementId);
    descriptor: (Lcom/ctc/wstx/util/ElementId;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.ElementId this
        start local 1 // com.ctc.wstx.util.ElementId undefined
         0: .line 91
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mNextUndefined:Lcom/ctc/wstx/util/ElementId;
            ifnull 2
         1: .line 92
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ElementId '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "' already had net undefined set ('"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mNextUndefined:Lcom/ctc/wstx/util/ElementId;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "')"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* undefined */
            putfield com.ctc.wstx.util.ElementId.mNextUndefined:Lcom/ctc/wstx/util/ElementId;
         3: .line 95
            return
        end local 1 // com.ctc.wstx.util.ElementId undefined
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/ctc/wstx/util/ElementId;
            0    4     1  undefined  Lcom/ctc/wstx/util/ElementId;
    MethodParameters:
           Name  Flags
      undefined  

  protected void setNextColliding(com.ctc.wstx.util.ElementId);
    descriptor: (Lcom/ctc/wstx/util/ElementId;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.ElementId this
        start local 1 // com.ctc.wstx.util.ElementId nextColl
         0: .line 100
            aload 0 /* this */
            aload 1 /* nextColl */
            putfield com.ctc.wstx.util.ElementId.mNextColl:Lcom/ctc/wstx/util/ElementId;
         1: .line 101
            return
        end local 1 // com.ctc.wstx.util.ElementId nextColl
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/ctc/wstx/util/ElementId;
            0    2     1  nextColl  Lcom/ctc/wstx/util/ElementId;
    MethodParameters:
          Name  Flags
      nextColl  

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 109
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public javax.xml.stream.Location getLocation();
    descriptor: ()Ljavax/xml/stream/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 110
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mLocation:Ljavax/xml/stream/Location;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public com.ctc.wstx.util.PrefixedName getElemName();
    descriptor: ()Lcom/ctc/wstx/util/PrefixedName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 111
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mElemName:Lcom/ctc/wstx/util/PrefixedName;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public com.ctc.wstx.util.PrefixedName getAttrName();
    descriptor: ()Lcom/ctc/wstx/util/PrefixedName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 112
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mAttrName:Lcom/ctc/wstx/util/PrefixedName;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public boolean isDefined();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 114
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mDefined:Z
            ireturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public boolean idMatches(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.ctc.wstx.util.ElementId this
        start local 1 // char[] buf
        start local 2 // int start
        start local 3 // int len
         0: .line 118
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iload 3 /* len */
            if_icmpeq 2
         1: .line 119
            iconst_0
            ireturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* start */
            caload
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 4
         3: .line 123
            iconst_0
            ireturn
         4: .line 125
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         5: .line 126
            iload 3 /* len */
            iload 2 /* start */
            iadd
            istore 3 /* len */
         6: .line 127
            goto 10
         7: .line 128
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* start */
            caload
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 9
         8: .line 129
            iconst_0
            ireturn
         9: .line 131
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
        10: .line 127
      StackMap locals:
      StackMap stack:
            iinc 2 /* start */ 1
            iload 2 /* start */
            iload 3 /* len */
            if_icmplt 7
        11: .line 133
            iconst_1
            ireturn
        end local 4 // int i
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buf
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/ctc/wstx/util/ElementId;
            0   12     1    buf  [C
            0   12     2  start  I
            0   12     3    len  I
            5   12     4      i  I
    MethodParameters:
       Name  Flags
      buf    
      start  
      len    

  public boolean idMatches(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.ElementId this
        start local 1 // java.lang.String idStr
         0: .line 138
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
            aload 1 /* idStr */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String idStr
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/ctc/wstx/util/ElementId;
            0    1     1  idStr  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      idStr  

  public com.ctc.wstx.util.ElementId nextUndefined();
    descriptor: ()Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 141
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mNextUndefined:Lcom/ctc/wstx/util/ElementId;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public com.ctc.wstx.util.ElementId nextColliding();
    descriptor: ()Lcom/ctc/wstx/util/ElementId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 142
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mNextColl:Lcom/ctc/wstx/util/ElementId;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;

  public void markDefined(javax.xml.stream.Location);
    descriptor: (Ljavax/xml/stream/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.ElementId this
        start local 1 // javax.xml.stream.Location defLoc
         0: .line 145
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mDefined:Z
            ifeq 2
         1: .line 146
            new java.lang.IllegalStateException
            dup
            getstatic com.ctc.wstx.cfg.ErrorConsts.ERR_INTERNAL:Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.ElementId.mDefined:Z
         3: .line 149
            aload 0 /* this */
            aload 1 /* defLoc */
            putfield com.ctc.wstx.util.ElementId.mLocation:Ljavax/xml/stream/Location;
         4: .line 150
            return
        end local 1 // javax.xml.stream.Location defLoc
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/ctc/wstx/util/ElementId;
            0    5     1  defLoc  Ljavax/xml/stream/Location;
    MethodParameters:
        Name  Flags
      defLoc  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.ElementId this
         0: .line 160
            aload 0 /* this */
            getfield com.ctc.wstx.util.ElementId.mIdValue:Ljava/lang/String;
            areturn
        end local 0 // com.ctc.wstx.util.ElementId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/ElementId;
}
SourceFile: "ElementId.java"