public class com.sun.xml.internal.txw2.output.TXWResult implements javax.xml.transform.Result
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.txw2.output.TXWResult
  super_class: java.lang.Object
{
  private java.lang.String systemId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.xml.internal.txw2.TypedXmlWriter writer;
    descriptor: Lcom/sun/xml/internal/txw2/TypedXmlWriter;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.xml.internal.txw2.TypedXmlWriter);
    descriptor: (Lcom/sun/xml/internal/txw2/TypedXmlWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.txw2.output.TXWResult this
        start local 1 // com.sun.xml.internal.txw2.TypedXmlWriter writer
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* writer */
            putfield com.sun.xml.internal.txw2.output.TXWResult.writer:Lcom/sun/xml/internal/txw2/TypedXmlWriter;
         2: .line 49
            return
        end local 1 // com.sun.xml.internal.txw2.TypedXmlWriter writer
        end local 0 // com.sun.xml.internal.txw2.output.TXWResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/xml/internal/txw2/output/TXWResult;
            0    3     1  writer  Lcom/sun/xml/internal/txw2/TypedXmlWriter;
    MethodParameters:
        Name  Flags
      writer  

  public com.sun.xml.internal.txw2.TypedXmlWriter getWriter();
    descriptor: ()Lcom/sun/xml/internal/txw2/TypedXmlWriter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.txw2.output.TXWResult this
         0: .line 52
            aload 0 /* this */
            getfield com.sun.xml.internal.txw2.output.TXWResult.writer:Lcom/sun/xml/internal/txw2/TypedXmlWriter;
            areturn
        end local 0 // com.sun.xml.internal.txw2.output.TXWResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/txw2/output/TXWResult;

  public void setWriter(com.sun.xml.internal.txw2.TypedXmlWriter);
    descriptor: (Lcom/sun/xml/internal/txw2/TypedXmlWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.txw2.output.TXWResult this
        start local 1 // com.sun.xml.internal.txw2.TypedXmlWriter writer
         0: .line 56
            aload 0 /* this */
            aload 1 /* writer */
            putfield com.sun.xml.internal.txw2.output.TXWResult.writer:Lcom/sun/xml/internal/txw2/TypedXmlWriter;
         1: .line 57
            return
        end local 1 // com.sun.xml.internal.txw2.TypedXmlWriter writer
        end local 0 // com.sun.xml.internal.txw2.output.TXWResult this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/xml/internal/txw2/output/TXWResult;
            0    2     1  writer  Lcom/sun/xml/internal/txw2/TypedXmlWriter;
    MethodParameters:
        Name  Flags
      writer  

  public java.lang.String getSystemId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.txw2.output.TXWResult this
         0: .line 60
            aload 0 /* this */
            getfield com.sun.xml.internal.txw2.output.TXWResult.systemId:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.txw2.output.TXWResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/txw2/output/TXWResult;

  public void setSystemId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.txw2.output.TXWResult this
        start local 1 // java.lang.String systemId
         0: .line 64
            aload 0 /* this */
            aload 1 /* systemId */
            putfield com.sun.xml.internal.txw2.output.TXWResult.systemId:Ljava/lang/String;
         1: .line 65
            return
        end local 1 // java.lang.String systemId
        end local 0 // com.sun.xml.internal.txw2.output.TXWResult this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/xml/internal/txw2/output/TXWResult;
            0    2     1  systemId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      systemId  
}
SourceFile: "TXWResult.java"