public abstract class com.ctc.wstx.io.WstxInputSource
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.ctc.wstx.io.WstxInputSource
  super_class: java.lang.Object
{
  protected final com.ctc.wstx.io.WstxInputSource mParent;
    descriptor: Lcom/ctc/wstx/io/WstxInputSource;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String mFromEntity;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected int mScopeId;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mEntityDepth;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(com.ctc.wstx.io.WstxInputSource, java.lang.String);
    descriptor: (Lcom/ctc/wstx/io/WstxInputSource;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.ctc.wstx.io.WstxInputSource this
        start local 1 // com.ctc.wstx.io.WstxInputSource parent
        start local 2 // java.lang.String fromEntity
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.io.WstxInputSource.mScopeId:I
         2: .line 68
            aload 0 /* this */
            aload 1 /* parent */
            putfield com.ctc.wstx.io.WstxInputSource.mParent:Lcom/ctc/wstx/io/WstxInputSource;
         3: .line 69
            aload 0 /* this */
            aload 2 /* fromEntity */
            putfield com.ctc.wstx.io.WstxInputSource.mFromEntity:Ljava/lang/String;
         4: .line 70
            return
        end local 2 // java.lang.String fromEntity
        end local 1 // com.ctc.wstx.io.WstxInputSource parent
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/ctc/wstx/io/WstxInputSource;
            0    5     1      parent  Lcom/ctc/wstx/io/WstxInputSource;
            0    5     2  fromEntity  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      parent      
      fromEntity  

  public abstract void overrideSource(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      url   

  public final com.ctc.wstx.io.WstxInputSource getParent();
    descriptor: ()Lcom/ctc/wstx/io/WstxInputSource;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputSource this
         0: .line 88
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputSource.mParent:Lcom/ctc/wstx/io/WstxInputSource;
            areturn
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputSource;

  public boolean isOrIsExpandedFrom(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.ctc.wstx.io.WstxInputSource this
        start local 1 // java.lang.String entityId
         0: .line 101
            aload 1 /* entityId */
            ifnull 7
         1: .line 102
            aload 0 /* this */
            astore 2 /* curr */
        start local 2 // com.ctc.wstx.io.WstxInputSource curr
         2: .line 103
            goto 6
         3: .line 104
      StackMap locals: com.ctc.wstx.io.WstxInputSource
      StackMap stack:
            aload 1 /* entityId */
            aload 2 /* curr */
            getfield com.ctc.wstx.io.WstxInputSource.mFromEntity:Ljava/lang/String;
            if_acmpne 5
         4: .line 105
            iconst_1
            ireturn
         5: .line 107
      StackMap locals:
      StackMap stack:
            aload 2 /* curr */
            getfield com.ctc.wstx.io.WstxInputSource.mParent:Lcom/ctc/wstx/io/WstxInputSource;
            astore 2 /* curr */
         6: .line 103
      StackMap locals:
      StackMap stack:
            aload 2 /* curr */
            ifnonnull 3
        end local 2 // com.ctc.wstx.io.WstxInputSource curr
         7: .line 110
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String entityId
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/ctc/wstx/io/WstxInputSource;
            0    8     1  entityId  Ljava/lang/String;
            2    7     2      curr  Lcom/ctc/wstx/io/WstxInputSource;
    MethodParameters:
          Name  Flags
      entityId  

  public abstract boolean fromInternalEntity();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.net.URL getSource();
    descriptor: ()Ljava/net/URL;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract java.lang.String getPublicId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  protected abstract com.ctc.wstx.io.WstxInputLocation getLocation();
    descriptor: ()Lcom/ctc/wstx/io/WstxInputLocation;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public abstract com.ctc.wstx.io.WstxInputLocation getLocation(long, int, int);
    descriptor: (JII)Lcom/ctc/wstx/io/WstxInputLocation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      total  
      row    
      col    

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

  public int getScopeId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputSource this
         0: .line 143
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputSource.mScopeId:I
            ireturn
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputSource;

  public int getEntityDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputSource this
         0: .line 145
            aload 0 /* this */
            getfield com.ctc.wstx.io.WstxInputSource.mEntityDepth:I
            ireturn
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/io/WstxInputSource;

  public final void initInputLocation(com.ctc.wstx.io.WstxInputData, int, int);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.ctc.wstx.io.WstxInputSource this
        start local 1 // com.ctc.wstx.io.WstxInputData reader
        start local 2 // int currScopeId
        start local 3 // int entityDepth
         0: .line 164
            aload 0 /* this */
            iload 2 /* currScopeId */
            putfield com.ctc.wstx.io.WstxInputSource.mScopeId:I
         1: .line 165
            aload 0 /* this */
            iload 3 /* entityDepth */
            putfield com.ctc.wstx.io.WstxInputSource.mEntityDepth:I
         2: .line 166
            aload 0 /* this */
            aload 1 /* reader */
            invokevirtual com.ctc.wstx.io.WstxInputSource.doInitInputLocation:(Lcom/ctc/wstx/io/WstxInputData;)V
         3: .line 167
            return
        end local 3 // int entityDepth
        end local 2 // int currScopeId
        end local 1 // com.ctc.wstx.io.WstxInputData reader
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/ctc/wstx/io/WstxInputSource;
            0    4     1       reader  Lcom/ctc/wstx/io/WstxInputData;
            0    4     2  currScopeId  I
            0    4     3  entityDepth  I
    MethodParameters:
             Name  Flags
      reader       
      currScopeId  
      entityDepth  

  protected abstract void doInitInputLocation(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      reader  

  public abstract int readInto(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
        Name  Flags
      reader  

  public abstract boolean readMore(com.ctc.wstx.io.WstxInputData, int);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException, javax.xml.stream.XMLStreamException
    MethodParameters:
           Name  Flags
      reader     
      minAmount  

  public abstract void saveContext(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      reader  

  public abstract void restoreContext(com.ctc.wstx.io.WstxInputData);
    descriptor: (Lcom/ctc/wstx/io/WstxInputData;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      reader  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract void closeCompletely();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.ctc.wstx.io.WstxInputSource this
         0: .line 232
            new java.lang.StringBuilder
            dup
            bipush 80
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 233
            aload 1 /* sb */
            ldc "<WstxInputSource [class "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 234
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 235
            aload 1 /* sb */
            ldc "]; systemId: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 236
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual com.ctc.wstx.io.WstxInputSource.getSystemId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 237
            aload 1 /* sb */
            ldc ", source: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 239
            aload 0 /* this */
            invokevirtual com.ctc.wstx.io.WstxInputSource.getSource:()Ljava/net/URL;
            astore 2 /* url */
        start local 2 // java.net.URL url
         7: .line 240
            aload 1 /* sb */
            aload 2 /* url */
            invokevirtual java.net.URL.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.net.URL url
         8: .line 241
            goto 11
      StackMap locals: com.ctc.wstx.io.WstxInputSource java.lang.StringBuilder
      StackMap stack: java.io.IOException
         9: astore 2 /* e */
        start local 2 // java.io.IOException e
        10: .line 242
            aload 1 /* sb */
            new java.lang.StringBuilder
            dup
            ldc "[ERROR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.io.IOException e
        11: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            bipush 62
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        12: .line 246
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.ctc.wstx.io.WstxInputSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/ctc/wstx/io/WstxInputSource;
            1   13     1    sb  Ljava/lang/StringBuilder;
            7    8     2   url  Ljava/net/URL;
           10   11     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6     8       9  Class java.io.IOException
}
SourceFile: "WstxInputSource.java"