com.stylusstudio.converter
Class WriterSource

java.lang.Object
  extended bycom.ddtek.xmlconverter.WriterSource
      extended bycom.stylusstudio.converter.WriterSource
All Implemented Interfaces:
Source

Deprecated. Replaced by WriterSource.

public class WriterSource
extends WriterSource

The class WriterSource is used to specify that the user of Converter wants to provide the source data for the conversion by writing it to a Writer.


Constructor Summary
WriterSource()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.ddtek.xmlconverter.WriterSource
getSystemId, getWriter, setSystemId, setTextWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterSource

public WriterSource()
Deprecated. 
Method Detail