Class TransformOptions

java.lang.Object
com.bea.wli.sb.sources.TransformOptions
All Implemented Interfaces:
Serializable

public class TransformOptions extends Object implements Serializable
Class used to represent a set of transformation options. Instances of this class are used in conjunction with the Transformer class to influence how a input source is converted to an output source (e.g. a change in character-set encoding from SHIFT_JIS to EUC-JP). This class is also used by the InputStream/OutputStream methods of the Source interface, since that is effectively also a transformation between the Source and the byte-level representation in the InputStream/OutputStream.
See Also: