public interface javax.sql.rowset.WebRowSet extends javax.sql.rowset.CachedRowSet
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.sql.rowset.WebRowSet
  super_class: java.lang.Object
{
  public static final java.lang.String PUBLIC_XML_SCHEMA;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "--//Oracle Corporation//XSD Schema//EN"

  public static final java.lang.String SCHEMA_SYSTEM_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://java.sun.com/xml/ns/jdbc/webrowset.xsd"

  public abstract void readXml(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      reader  

  public abstract void readXml(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException, java.io.IOException
    MethodParameters:
         Name  Flags
      iStream  

  public abstract void writeXml(java.sql.ResultSet, java.io.Writer);
    descriptor: (Ljava/sql/ResultSet;Ljava/io/Writer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      rs      
      writer  

  public abstract void writeXml(java.sql.ResultSet, java.io.OutputStream);
    descriptor: (Ljava/sql/ResultSet;Ljava/io/OutputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException, java.io.IOException
    MethodParameters:
         Name  Flags
      rs       
      oStream  

  public abstract void writeXml(java.io.Writer);
    descriptor: (Ljava/io/Writer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      writer  

  public abstract void writeXml(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException, java.io.IOException
    MethodParameters:
         Name  Flags
      oStream  
}
SourceFile: "WebRowSet.java"