Package com.bea.wli.sb.sources
Class TransformOptions
java.lang.Object
com.bea.wli.sb.sources.TransformOptions
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The desired character-set encoding to use in the transformation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAll
(TransformOptions options) static boolean
hasOption
(TransformOptions options, Object option) boolean
void
static Object
safeGet
(TransformOptions options, Object option) toString()
-
Field Details
-
CHARACTER_ENCODING
The desired character-set encoding to use in the transformation- See Also:
-
-
Constructor Details
-
TransformOptions
public TransformOptions() -
TransformOptions
-
-
Method Details