XML Deployment Adapters

Package com.stylusstudio.converter

Interface Summary
Conversion A Conversion object contains all the information needed during an ongoing conversion.
Converter Instances of this class perform conversion from XML to non-XML, and vice versa.
SAXConversion A SAXConversion object contains all the information needed during an ongoing conversion.
 

Class Summary
Configuration A Configuration object contains user settable policies that govern certain aspects of the conversion process.
ConverterFactory A factory class which is used to create new Converter objects.
InputStreamResult The class InputStreamResult is used to specify that the user of Converter wants to read the result of the conversion with a InputStream.
OutputResult The class OutputResult is used to specify that the user of Converter wants the Converter to write its output to a Writer provided by the caller, or wants the Converter to write its output to a OutputStream provided by the caller using a specified byte encoding.
OutputStreamSource The class OutputStreamSource is used to specify that the user of Converter wants to provide the source data for the conversion by writing it to a OutputStream.
ReaderResult The ReaderResult is used to specify that the user of Converter wants to read the result of the conversion with a Reader.
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.
 

Exception Summary
ConverterException All Exceptions from convert(Source, Result) or convert(Source, Result, ErrorListener) are reported as instances of this exception.
 



XML Deployment Adapters