public interface com.ctc.wstx.sr.StreamReaderImpl extends org.codehaus.stax2.XMLStreamReader2
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.ctc.wstx.sr.StreamReaderImpl
  super_class: java.lang.Object
{
  public abstract com.ctc.wstx.ent.EntityDecl getCurrentEntityDecl();
    descriptor: ()Lcom/ctc/wstx/ent/EntityDecl;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object withStartElement(com.ctc.wstx.sr.ElemCallback, javax.xml.stream.Location);
    descriptor: (Lcom/ctc/wstx/sr/ElemCallback;Ljavax/xml/stream/Location;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      cb    
      loc   

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

  public abstract com.ctc.wstx.sr.AttributeCollector getAttributeCollector();
    descriptor: ()Lcom/ctc/wstx/sr/AttributeCollector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.ctc.wstx.sr.InputElementStack getInputElementStack();
    descriptor: ()Lcom/ctc/wstx/sr/InputElementStack;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "StreamReaderImpl.java"