public class com.sun.rowset.internal.WebRowSetXmlReader implements javax.sql.rowset.spi.XmlReader, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.rowset.internal.WebRowSetXmlReader
  super_class: java.lang.Object
{
  private com.sun.rowset.JdbcRowSetResourceBundle resBundle;
    descriptor: Lcom/sun/rowset/JdbcRowSetResourceBundle;
    flags: (0x0002) ACC_PRIVATE

  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -9127058392819008014

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            invokestatic com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle:()Lcom/sun/rowset/JdbcRowSetResourceBundle;
            putfield com.sun.rowset.internal.WebRowSetXmlReader.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
         2: .line 55
            goto 5
      StackMap locals: com.sun.rowset.internal.WebRowSetXmlReader
      StackMap stack: java.io.IOException
         3: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         4: .line 56
            new java.lang.RuntimeException
            dup
            aload 1 /* ioe */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException ioe
         5: .line 58
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/rowset/internal/WebRowSetXmlReader;
            4    5     1   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException

  public void readXML(javax.sql.rowset.WebRowSet, java.io.Reader);
    descriptor: (Ljavax/sql/rowset/WebRowSet;Ljava/io/Reader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInputSource cannot be resolved to a type\n\tInputSource cannot be resolved to a type\n\tDefaultHandler cannot be resolved to a type\n\tSAXParserFactory cannot be resolved to a type\n\tSAXParserFactory cannot be resolved\n\tSAXParser cannot be resolved to a type\n\tXMLReader cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/internal/WebRowSetXmlReader;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      caller  
      reader  

  public void readXML(javax.sql.rowset.WebRowSet, java.io.InputStream);
    descriptor: (Ljavax/sql/rowset/WebRowSet;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInputSource cannot be resolved to a type\n\tInputSource cannot be resolved to a type\n\tDefaultHandler cannot be resolved to a type\n\tSAXParserFactory cannot be resolved to a type\n\tSAXParserFactory cannot be resolved\n\tSAXParser cannot be resolved to a type\n\tXMLReader cannot be resolved to a type\n\tSAXParseException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/rowset/internal/WebRowSetXmlReader;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
         Name  Flags
      caller   
      iStream  

  public void readData(javax.sql.RowSetInternal);
    descriptor: (Ljavax/sql/RowSetInternal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
        start local 1 // javax.sql.RowSetInternal caller
         0: .line 217
            return
        end local 1 // javax.sql.RowSetInternal caller
        end local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/rowset/internal/WebRowSetXmlReader;
            0    1     1  caller  Ljavax/sql/RowSetInternal;
    MethodParameters:
        Name  Flags
      caller  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
        start local 1 // java.io.ObjectInputStream ois
         0: .line 226
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 229
            aload 0 /* this */
            invokestatic com.sun.rowset.JdbcRowSetResourceBundle.getJdbcRowSetResourceBundle:()Lcom/sun/rowset/JdbcRowSetResourceBundle;
            putfield com.sun.rowset.internal.WebRowSetXmlReader.resBundle:Lcom/sun/rowset/JdbcRowSetResourceBundle;
         2: .line 230
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         4: .line 231
            new java.lang.RuntimeException
            dup
            aload 2 /* ioe */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException ioe
         5: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream ois
        end local 0 // com.sun.rowset.internal.WebRowSetXmlReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/rowset/internal/WebRowSetXmlReader;
            0    6     1   ois  Ljava/io/ObjectInputStream;
            4    5     2   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      ois   
}
SourceFile: "WebRowSetXmlReader.java"