Package com.ddtek.xmlconverter

Contains the Java language API for DataDirect XML Converters

See:
          Description

Interface Summary
Converter Instances of this class perform conversion from XML to non-XML, and vice versa.
ConverterListener This is the error reporting interface for Converter errors.
ConvertFromXML An extension of the Converter interface which specifies methods used only in conversions from XML data to non-XML format data.
ConvertToXML An extension of the Converter interface which specifies methods used only in conversions from non-XML data to XML.
SampleGenerator An SampleGenerator is used to create a sample EDI XML file from a message definition.
SchemaGenerator A SchemaGenerator is used to create XML Schema files which describe the structure of xml files read or created by a Converter, ConvertToXML or ConvertFromXML object.
XHTMLGenerator An XHTMLGenerator is used to create XHTML documentation from a message definition.
 

Class Summary
Configuration A Configuration object contains user settable policies that govern certain aspects of the conversion process.
Conversion A Conversion object contains all the information needed during an ongoing conversion.
ConversionStatus A class which contains status information for a Conversion.
ConverterFactory A factory class which is used to create new Converter, ConverterResolver and SchemaGenerator objects.
ConverterResolver An implementation of URIResolver which can resolve Converter URIs and many others.
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.
XMLStreamReaderResult The XMLStreamReaderResult is used to specify that the user of Converter wants to read the result of the conversion with an XMLStreamReader.
XMLStreamReaderSource The XMLStreamReaderSource is used to specify that the user of Converter wants to supply the source data to the conversion with an XMLStreamReader.
XMLStreamWriterResult The XMLStreamWriterResult is used to specify that the user of Converter wants the result data to be written to an XMLStreamWriter.
XMLStreamWriterSource The class XMLStreamWriterSource is used to specify that the user of Converter wants to provide the source data for the conversion by writing it to an XMLStreamWriter.
 

Package com.ddtek.xmlconverter Description

Contains the Java language API for DataDirect XML Converters