nu.staldal.xodus
Class AppendableStreamResult

java.lang.Object
  extended by javax.xml.transform.stream.StreamResult
      extended by nu.staldal.xodus.AppendableStreamResult
All Implemented Interfaces:
javax.xml.transform.Result

public class AppendableStreamResult
extends javax.xml.transform.stream.StreamResult

StreamResult with an Appendable.

Author:
Mikael Ståldal

Field Summary
 
Fields inherited from class javax.xml.transform.stream.StreamResult
FEATURE
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
AppendableStreamResult()
          Default constructor.
AppendableStreamResult(java.lang.Appendable a)
          Constructor.
 
Method Summary
 java.lang.Appendable getAppendable()
          Get the Appendable.
 void setAppendable(java.lang.Appendable a)
          Set the Appendable
 
Methods inherited from class javax.xml.transform.stream.StreamResult
getOutputStream, getSystemId, getWriter, setOutputStream, setSystemId, setSystemId, setWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppendableStreamResult

public AppendableStreamResult()
Default constructor.


AppendableStreamResult

public AppendableStreamResult(java.lang.Appendable a)
Constructor.

Parameters:
a - the Appendable
Method Detail

getAppendable

public java.lang.Appendable getAppendable()
Get the Appendable.

Returns:
the Appendable

setAppendable

public void setAppendable(java.lang.Appendable a)
Set the Appendable

Parameters:
a - the Appendable