com.stylusstudio.converter
Class InputStreamResult

java.lang.Object
  extended bycom.ddtek.xmlconverter.InputStreamResult
      extended bycom.stylusstudio.converter.InputStreamResult
All Implemented Interfaces:
Result

Deprecated. Replaced by InputStreamResult.

public class InputStreamResult
extends InputStreamResult

The class InputStreamResult is used to specify that the user of Converter wants to read the result of the conversion with a InputStream.


Field Summary
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
InputStreamResult()
          Deprecated.  
 
Methods inherited from class com.ddtek.xmlconverter.InputStreamResult
getInputStream, getSystemId, setInputStream, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamResult

public InputStreamResult()
Deprecated.