A B C E F G I M N O P R S U W X

A

ABORT - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setBufferOverflowPolicy and setTempFilePolicy.
analyze(Source, Result) - Method in interface com.ddtek.xmlconverter.Converter
Test whether a conversion would succeed and create an XML document which contains the results of the test.

B


C

cancel() - Method in class com.ddtek.xmlconverter.Conversion
Attempt to cancel a Conversion.
cancel(Throwable) - Method in class com.ddtek.xmlconverter.Conversion
Attempt to cancel a conversion with an exception.
com.ddtek.xmlconverter - package com.ddtek.xmlconverter
Contains the Java language API for DataDirect XML Converters
com.ddtek.xmlconverter.adapter.edi - package com.ddtek.xmlconverter.adapter.edi
Contains specialized ConverterExceptions for the EDI converter.
com.ddtek.xmlconverter.exception - package com.ddtek.xmlconverter.exception
Contains Exceptions thrown by DataDirect XML Converters
com.ddtek.xmlconverter.reflection - package com.ddtek.xmlconverter.reflection
Contains obsolete meta-data classes.
Configuration - Class in com.ddtek.xmlconverter
A Configuration object contains user settable policies that govern certain aspects of the conversion process.
Conversion - Class in com.ddtek.xmlconverter
A Conversion object contains all the information needed during an ongoing conversion.
Conversion() - Constructor for class com.ddtek.xmlconverter.Conversion
 
ConversionStatus - Class in com.ddtek.xmlconverter
A class which contains status information for a Conversion.
ConversionStatus() - Constructor for class com.ddtek.xmlconverter.ConversionStatus
 
convert(Source, Result) - Method in interface com.ddtek.xmlconverter.Converter
Start the conversion and (possibly) wait for completion.
convert(Source, Result, Source) - Method in interface com.ddtek.xmlconverter.Converter
Start the conversion using both the source data and an analyze report input, and (possibly) wait for completion.
Converter - Interface in com.ddtek.xmlconverter
Instances of this class perform conversion from XML to non-XML, and vice versa.
ConverterArgumentException - Exception in com.ddtek.xmlconverter.exception
This exception is thrown if Converter.convert is called with an incorrect Source or Result argument.
ConverterCancelledException - Exception in com.ddtek.xmlconverter.exception
This exception is created if the user application calls Conversion.cancel().
ConverterException - Exception in com.ddtek.xmlconverter.exception
Most Exceptions from DataDirect XML Converters are reported as instances of this exception or its subclasses.
ConverterFactory - Class in com.ddtek.xmlconverter
A factory class which is used to create new Converter, ConverterResolver and SchemaGenerator objects.
ConverterFactory() - Constructor for class com.ddtek.xmlconverter.ConverterFactory
Creates a new ConverterFactory.
ConverterListener - Interface in com.ddtek.xmlconverter
This is the error reporting interface for Converter errors.
ConverterResolver - Class in com.ddtek.xmlconverter
An implementation of URIResolver which can resolve Converter URIs and many others.
ConvertFromXML - Interface in com.ddtek.xmlconverter
An extension of the Converter interface which specifies methods used only in conversions from XML data to non-XML format data.
ConvertToXML - Interface in com.ddtek.xmlconverter
An extension of the Converter interface which specifies methods used only in conversions from non-XML data to XML.
createInputStream(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
A convenience method to resolve a Stylus Studio URI and return an InputStream.
createOutputStream(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
A convenience method to resolve a Stylus Studio URI and return an OutputStream.

E

EDIConverterException - Exception in com.ddtek.xmlconverter.adapter.edi
This is a specialized version of ConverterException which contains extra information about the context of errors in EDI files.
EDIConverterListener - Interface in com.ddtek.xmlconverter.adapter.edi
This is an extension of the ConverterListener interface which can handle events specific to EDI converters.
EDIDialect - Class in com.ddtek.xmlconverter.reflection
An object which represents an EDI dialect supported by DataDirect XML Converters.
EDIMessage - Class in com.ddtek.xmlconverter.reflection
An object which represents an EDI message or transaction type supported by DataDirect XML Converters.
EDISegmentDetails - Interface in com.ddtek.xmlconverter.adapter.edi
Contains information about the current segment.
EDIVersion - Class in com.ddtek.xmlconverter.reflection
An object which represents a version of an EDI dialect supported by this version of DataDirect XML Converters.
EmptyFileException - Exception in com.ddtek.xmlconverter.exception
This exception may be thrown by the dBase converter.
endGroup(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
endGroup is called at the end of each message group or batch.
endInterchange(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
endInterchange is called at the end of each interchange marker segment.
endMessage(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
endMessage is called at the end of each message.
error(ConverterException) - Method in interface com.ddtek.xmlconverter.ConverterListener
Receive notification of a recoverable error.

F

FAILED - Static variable in class com.ddtek.xmlconverter.ConversionStatus
A status value indicating the conversion has failed or was cancelled.
fatalError(ConverterException) - Method in interface com.ddtek.xmlconverter.ConverterListener
Receive notification of a non-recoverable error.
FINISHED - Static variable in class com.ddtek.xmlconverter.ConversionStatus
A status value indicating the conversion finished successfully.

G

getBufferOverflowPolicy() - Method in class com.ddtek.xmlconverter.Configuration
Get the current value of the memory buffer overflow policy.
getCodeListVersion() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
If there is a version of the codelists that is in context for the current segment, this returns that version.
getCodeListVersion() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
If there is a version of the codelists that is in context for the current segment, this returns that version.
getConfiguration() - Method in interface com.ddtek.xmlconverter.Converter
Get the Configuration object for this Converter.
getConfiguration() - Method in class com.ddtek.xmlconverter.ConverterFactory
Get a reference to the Configuration object in this ConverterFactory.
getConfiguration() - Method in class com.ddtek.xmlconverter.ConverterResolver
Get the Configuration associated with this ConverterResolver.
getConfiguration() - Method in interface com.ddtek.xmlconverter.SampleGenerator
Get the Configuration object for this SampleGenerator.
getConfiguration() - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Get the Configuration object for this SchemaGenerator.
getConfiguration() - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Get the Configuration object for this XHTMLGenerator.
getContentData(int) - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Fetch a specific value from the segment currently being processed.
getContentData(int, int) - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Fetch a specific value from the segment currently being processed.
getContentData(int, int, int) - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Fetch a specific value from the segment currently being processed.
getContentData(int, int, int, int) - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Fetch a specific value from the segment currently being processed.
getContentData(int) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
Fetch a specific value from the segment currently being processed.
getContentData(int, int) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
Fetch a specific value from the segment currently being processed.
getContentData(int, int, int) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
Fetch a specific value from the segment currently being processed.
getContentData(int, int, int, int) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
Fetch a specific value from the segment currently being processed.
getContentHandler(Result) - Method in interface com.ddtek.xmlconverter.ConvertFromXML
Get a ContentHandler which can receive XML data to be converted to non-XML format.
getControlData(String, int) - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Fetch a specific value from an element of the last-seen control segment of the given name.
getControlData(String, int, int) - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Fetch a specific value from an element of the last-seen control segment of the given name.
getControllingAgency() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
This is the controlling agency.
getControllingAgency() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
This is the controlling agency.
getConversionStatus() - Method in class com.ddtek.xmlconverter.Conversion
Get the current status of this Conversion.
getConverterListener() - Method in class com.ddtek.xmlconverter.Configuration
Return the current ConverterListener
getData() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
The value of the element being processed at the time of an error
getDataLine() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Data line number, counting line termination sequences instead of segments.
getDataLine() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getDescription() - Method in class com.ddtek.xmlconverter.reflection.EDIMessage
Get the description of the message or transaction type represented by this EDIMessage.
getDialect() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
The major EDI dialect
getDialect() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
The major EDI dialect
getDialects() - Static method in class com.ddtek.xmlconverter.ConverterFactory
Get a list of EDI dialects supported by this version of DataDirect XML Converters.
getEDIDialect() - Method in class com.ddtek.xmlconverter.reflection.EDIMessage
Get the EDIDialect object associated with this EDIMessage.
getEDIDialect() - Method in class com.ddtek.xmlconverter.reflection.EDIVersion
Get the EDIDialect object associated with this EDIVersion.
getEDIMessages() - Method in class com.ddtek.xmlconverter.reflection.EDIVersion
Get the messages or transaction types supported by this dialect/version combination.
getEDIVersion() - Method in class com.ddtek.xmlconverter.reflection.EDIMessage
Get the EDIVersion object associated with this EDIMessage.
getElement() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Element name if appropriate, or null.
getElementPosition() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Returns the number of the element relative to the segment.
getEncoding() - Method in class com.ddtek.xmlconverter.OutputResult
Get the character encoding for a byte stream or URI.
getEndOffset() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getError() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getErrorCode() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
Many converters and utility methods provide specific indicators that represent the thrown exception type.
getErrorContext() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getErrorHandler() - Method in interface com.ddtek.xmlconverter.Converter
Get the ErrorHandler previously set with setErrorHandler.
getErrorLine() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getErrorListener() - Method in interface com.ddtek.xmlconverter.Converter
Get the ErrorListener previously set with setErrorListener.
getException() - Method in class com.ddtek.xmlconverter.ConversionStatus
Get the Throwable which was thrown if the conversion failed or was cancelled.
getFactory() - Method in class com.ddtek.xmlconverter.ConverterResolver
Get the ConverterFactory which created this ConverterResolver.
getHeaderVersion() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
If the header has the potential to be versioned differently than the payload, as for example EDIFACT and X12 allow, then this returns the version of the header.
getHeaderVersion() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
If the header has the potential to be versioned differently than the payload, as for example EDIFACT and X12 allow, then this returns the version of the header.
getInputStream() - Method in class com.ddtek.xmlconverter.InputStreamResult
Get the InputStream, which is used to read the result data.
getInvalidCharacter() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Return the invalid character which caused this exception.
getLine() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Line number of error, treating each new segment as a new line.
getLine() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getLoopName() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Name of loop containing error, or null.
getMaxBufferSize() - Method in class com.ddtek.xmlconverter.Configuration
Get the current size limit for the memory buffer.
getMessageRelease() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
This is the release of the current message or transaction set.
getMessageRelease() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
This is the release of the current message or transaction set.
getMessageVersion() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
This is the version of the current message or transaction set.
getMessageVersion() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
This is the version of the current message or transaction set.
getName() - Method in class com.ddtek.xmlconverter.reflection.EDIDialect
Get the name of this dialect.
getName() - Method in class com.ddtek.xmlconverter.reflection.EDIMessage
Get the name of the message or transaction type represented by this EDIMessage.
getName() - Method in class com.ddtek.xmlconverter.reflection.EDIVersion
Get the name of the version represented by this object.
getNativeCode() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Error code relative to EDI dialect
getNativeTable() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Table from which error code for local EDI dialect is drawn.
getOffset() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
When available, character offset from the start of the segment.
getOffset() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getOutputStream(Result) - Method in interface com.ddtek.xmlconverter.Converter
Get a OutputStream to write the input data to.This method does not start the conversion, that occurs when the application writes the input data to, and closes the OutputStream.
getOutputStream() - Method in class com.ddtek.xmlconverter.OutputStreamSource
Get the OutputStream, which is used to write the source data.
getProperty(String, String) - Method in class com.ddtek.xmlconverter.Configuration
Get the current value of a property which affects the behavior of an XML Converter.
getReader() - Method in class com.ddtek.xmlconverter.ReaderResult
Get the Reader, which is used to read the result data.
getRepetition() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Returns the repetition number for the element within the segment.
getSample(Result) - Method in interface com.ddtek.xmlconverter.SampleGenerator
Create a sample EDI XML file and write it to the specified result object.
getSample(Source, Result) - Method in interface com.ddtek.xmlconverter.SampleGenerator
Create a sample EDI XML file and write it to the specified result object.
getSAXSource(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
Resolve a url and return a SAXSource which can be used to read the data.
getSAXSource(Source) - Method in interface com.ddtek.xmlconverter.ConvertToXML
Get a SAXSource to read the converted data.
getSAXSource() - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Create an XML Schema and make it available as a SAXSource.
getSAXSource(Source) - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Create an XML Schema and make it available as a SAXSource.
getSAXSource() - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Create XHTML documentation and make it available as a SAXSource.
getSAXSource(Source) - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Create XHTML documentation and make it available as a SAXSource.
getSchema(Result) - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Create an XML Schema and write it to the specified result object.
getSchema(Source, Result) - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Create an XML Schema and write it to the specified result object.
getSegment() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Name of segment containing error, or null.
getSegment() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
Name of current segment.
getSegment() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getSegmentLength() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getSegmentNumber() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
 
getSegmentNumber() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
The segment number of the current segment
getSegmentNumber() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getSegmentObj() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getSeverity() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Level of severity of exception
getStatus() - Method in class com.ddtek.xmlconverter.ConversionStatus
Gets the current status of the Conversion.
getSubElementPosition() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Returns the number of the element relative to the composite element.
getSubSubElementPosition() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Returns the number of the element relative to the composite element nested within another composite.
getSupplementalInfo() - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
getSyntaxLevel() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
For EDI dialects such as EDIFACT which have different levels of syntax support, the major version, such as 1, 2, 3 or 4, are returned by this method.
getSyntaxLevel() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
For EDI dialects such as EDIFACT which have different levels of syntax support, the major version, such as 1, 2, 3 or 4, are returned by this method.
getSyntaxRelease() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
For EDI dialects such as EDIFACT which have different levels of syntax support, the minor version if specified.
getSyntaxRelease() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
For EDI dialects such as EDIFACT which have different levels of syntax support, the minor version if specified.
getSystemId() - Method in class com.ddtek.xmlconverter.InputStreamResult
Get the SystemId of the result data.
getSystemId() - Method in class com.ddtek.xmlconverter.OutputStreamSource
Get the SystemId of the result data.
getSystemId() - Method in class com.ddtek.xmlconverter.ReaderResult
Get the SystemId of the result data.
getSystemId() - Method in class com.ddtek.xmlconverter.WriterSource
Get the SystemId of the result data.
getSystemId() - Method in class com.ddtek.xmlconverter.XMLStreamReaderResult
Get the SystemId of the result data.
getSystemId() - Method in class com.ddtek.xmlconverter.XMLStreamReaderSource
Get the SystemId of the source data.
getSystemId() - Method in class com.ddtek.xmlconverter.XMLStreamWriterResult
Get the SystemId of the result data.
getSystemId() - Method in class com.ddtek.xmlconverter.XMLStreamWriterSource
Get the SystemId of the source data.
getSystemVersion() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
If there is a version of the codelists that is in context for the most recently seen header segment.
getSystemVersion() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
If there is a version of the codelists that is in context for the most recently seen header segment.
getTempFilePolicy() - Method in class com.ddtek.xmlconverter.Configuration
Get the current value of the temp file policy.
getTransactionSet() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
Message name/Transaction set number in which the error occurred, or null.
getTransactionSet() - Method in interface com.ddtek.xmlconverter.adapter.edi.EDISegmentDetails
Message name/Transaction set number, unless outside of a message, in which case null.
getVersion() - Method in exception com.ddtek.xmlconverter.adapter.edi.EDIConverterException
A string of any versions or releases specified in the EDI file.
getVersions() - Method in class com.ddtek.xmlconverter.reflection.EDIDialect
Get all the versions supported for this dialect.
getWriter() - Method in class com.ddtek.xmlconverter.WriterSource
Get the Writer which is used to write the source data.
getXHTML(Result) - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Create XHTML documentation and write it to the specified result object.
getXHTML(Source, Result) - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Create XHTML documentation and write it to the specified result object.
getXMLStreamReader(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
Resolve a url and return a XMLStreamReader to read the data.
getXMLStreamReader(Source) - Method in interface com.ddtek.xmlconverter.ConvertToXML
Get an XMLStreamReader to read the converted data.
getXMLStreamReader() - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Create an XML Schema and make it available as an XMLStreamReader.
getXMLStreamReader(Source) - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Create an XML Schema and make it available as an XMLStreamReader.
getXMLStreamReader() - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Create XHTML documentation and make it available as an XMLStreamReader.
getXMLStreamReader(Source) - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Create an XHTML documentation and make it available as an XMLStreamReader.
getXMLStreamReader() - Method in class com.ddtek.xmlconverter.XMLStreamReaderResult
Get the XMLStreamReader which is used to read the result data.
getXMLStreamWriter(Result) - Method in interface com.ddtek.xmlconverter.ConvertFromXML
Get an XMLStreamWriter which can receive XML data to be converted to non-XML format.
getXMLStreamWriter() - Method in class com.ddtek.xmlconverter.XMLStreamWriterSource
Get the XMLStreamWriter which will be used to write the source data.

I

InputStreamResult - Class in com.ddtek.xmlconverter
The class InputStreamResult is used to specify that the user of Converter wants to read the result of the conversion with a InputStream.
InputStreamResult() - Constructor for class com.ddtek.xmlconverter.InputStreamResult
Create an empty InputStreamResult.
InternalConverterError - Exception in com.ddtek.xmlconverter.exception
This exception is thrown if an internal error is dectected in a DataDirect XML Converter.
invalidCharacter(char, String) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
If a character does not match the specified encoding in the EDI stream, this is called to figure out how to handle the situation.
InvalidFormatException - Exception in com.ddtek.xmlconverter.exception
This exception is thrown if invalid data is detected when converting non-XML data to XML.
isLicensed() - Method in class com.ddtek.xmlconverter.reflection.EDIDialect
Determine if this dialect is currently licensed.

M

m_errorCode - Variable in exception com.ddtek.xmlconverter.exception.ConverterException
 

N

newConvertFromXML(String) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new ConvertFromXML which can convert XML data to a non-XML format.
newConvertToXML(String) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new ConvertToXML which can convert non-XML data to XML.
newConvertToXML(Source) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new ConvertToXML which can perform Custom XML Conversions.
newResolver() - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new instance of ConverterResolver.
newSampleGenerator(String) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new SampleGenerator which can produce a sample XML EDI file for a specific XML Converter.
newSchemaGenerator(String) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new SchemaGenerator which can produce an XML schema file for a specific XML Converter.
newSchemaGenerator(Source) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new SchemaGenerator which can produce an XML schema file for a specific Custom XML Conversion.
newXHTMLGenerator(String) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new XHTMLGenerator which can produce a [X]HTML documentation for a specific XML Converter.

O

OutputResult - Class in com.ddtek.xmlconverter
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.
OutputResult() - Constructor for class com.ddtek.xmlconverter.OutputResult
Default constructor.
OutputResult(OutputStream) - Constructor for class com.ddtek.xmlconverter.OutputResult
Construct an OutputResult from a byte stream (OutputStream).
OutputResult(Writer) - Constructor for class com.ddtek.xmlconverter.OutputResult
Construct an OutputResult from a character stream (Writer).
OutputResult(String) - Constructor for class com.ddtek.xmlconverter.OutputResult
Construct an OutputResult from a URI.
outputStreamResolver(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
Resolve a URI and return a Result which can be used to write data to the URI.
OutputStreamSource - Class in com.ddtek.xmlconverter
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.
OutputStreamSource() - Constructor for class com.ddtek.xmlconverter.OutputStreamSource
Create an empty OutputStreamSource.

P

processSegment(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
Each segment processed, including those that trigger other events such as startMessage or endMessage, also triggers this event.

R

ReaderResult - Class in com.ddtek.xmlconverter
The ReaderResult is used to specify that the user of Converter wants to read the result of the conversion with a Reader.
ReaderResult() - Constructor for class com.ddtek.xmlconverter.ReaderResult
Create an empty ReaderResult.
requiresSource() - Method in interface com.ddtek.xmlconverter.SampleGenerator
Determine whether this SampleGenerator will require an instance of the native data file to generate the sample EDI XML file.
requiresSource() - Method in interface com.ddtek.xmlconverter.SchemaGenerator
Determine whether this SchemaGenerator will require an instance of the native data file to generate the XML Schema.
requiresSource() - Method in interface com.ddtek.xmlconverter.XHTMLGenerator
Determine whether this XHTMLGenerator will require an instance of the native data file to generate the XHTML documentation.
resolve(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
Resolve a URI and return a Source which can be used to read data from the URI.
RUNNING - Static variable in class com.ddtek.xmlconverter.ConversionStatus
A status value indicating the conversion is still running.

S

SampleGenerator - Interface in com.ddtek.xmlconverter
An SampleGenerator is used to create a sample EDI XML file from a message definition.
SchemaGenerator - Interface in com.ddtek.xmlconverter
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.
setBufferOverflowPolicy(int) - Method in class com.ddtek.xmlconverter.Configuration
Set the memory buffer overflow policy.
setConverterListener(ConverterListener) - Method in class com.ddtek.xmlconverter.Configuration
Set a ConverterListener
setEDIExtension(StreamSource) - Method in class com.ddtek.xmlconverter.Configuration
Load a SEF file to be used by EDI converters.
setEncoding(String) - Method in class com.ddtek.xmlconverter.OutputResult
Set the character encoding.
setErrorHandler(ErrorHandler) - Method in interface com.ddtek.xmlconverter.Converter
Set an ErrorHandler to which errors should be reported by the converter.
setErrorListener(ErrorListener) - Method in interface com.ddtek.xmlconverter.Converter
Set an ErrorListener to which errors should be reported by the converter.
setMaxBufferSize(int) - Method in class com.ddtek.xmlconverter.Configuration
Set the maximum size limit for the memory buffer.
setProperty(String, String) - Method in class com.ddtek.xmlconverter.Configuration
Set a property which affects the behavior of an XML Converter.
setSegment(Segment) - Method in exception com.ddtek.xmlconverter.exception.ConverterException
 
setSystemId(String) - Method in class com.ddtek.xmlconverter.XMLStreamReaderResult
Set the SystemId of the result data.
setSystemId(String) - Method in class com.ddtek.xmlconverter.XMLStreamReaderSource
Set the SystemId of the source data.
setSystemId(String) - Method in class com.ddtek.xmlconverter.XMLStreamWriterResult
Set the SystemId of the result data.
setSystemId(String) - Method in class com.ddtek.xmlconverter.XMLStreamWriterSource
Set the SystemId of the source data.
setTempFilePolicy(int) - Method in class com.ddtek.xmlconverter.Configuration
Set the temp file policy.
startGroup(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
startGroup is called at the beginning of each message group or batch.
startInterchange(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
startInterchange is called at the beginning of each interchange marker segment.
startMessage(EDISegmentDetails) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
startMessage is called at the beginning of each message.
StreamClosedException - Exception in com.ddtek.xmlconverter.exception
Exception thrown to indicate the converter is no longer accepting input data.

U

unknownCodelistValue(String, int, int, int, int, String, String) - Method in interface com.ddtek.xmlconverter.adapter.edi.EDIConverterListener
This entry point is called if normal code list validation fails for an item.
UNLIMITED_BUFFER - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setMaxBufferSize to indicate there should be no limit.
USE_MEMORY - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setTempFilePolicy.
USE_TEMP_FILE - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setBufferOverflowPolicy.

W

warning(ConverterException) - Method in interface com.ddtek.xmlconverter.ConverterListener
Receive notification of a warning.
WriterSource - Class in com.ddtek.xmlconverter
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.
WriterSource() - Constructor for class com.ddtek.xmlconverter.WriterSource
Create an empty WriterSource.

X

XHTMLGenerator - Interface in com.ddtek.xmlconverter
An XHTMLGenerator is used to create XHTML documentation from a message definition.
XMLStreamReaderResult - Class in com.ddtek.xmlconverter
The XMLStreamReaderResult is used to specify that the user of Converter wants to read the result of the conversion with an XMLStreamReader.
XMLStreamReaderResult() - Constructor for class com.ddtek.xmlconverter.XMLStreamReaderResult
Create an empty XMLStreamReaderResult.
XMLStreamReaderSource - Class in com.ddtek.xmlconverter
The XMLStreamReaderSource is used to specify that the user of Converter wants to supply the source data to the conversion with an XMLStreamReader.
XMLStreamReaderSource(XMLStreamReader) - Constructor for class com.ddtek.xmlconverter.XMLStreamReaderSource
Create the XMLStreamReaderSource, supplying the source data with an XMLStreamReader.
XMLStreamWriterResult - Class in com.ddtek.xmlconverter
The XMLStreamWriterResult is used to specify that the user of Converter wants the result data to be written to an XMLStreamWriter.
XMLStreamWriterResult(XMLStreamWriter) - Constructor for class com.ddtek.xmlconverter.XMLStreamWriterResult
Create the XMLStreamWriterResult, supplying the XMLStreamWriter which is to receive the result data.
XMLStreamWriterSource - Class in com.ddtek.xmlconverter
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.
XMLStreamWriterSource() - Constructor for class com.ddtek.xmlconverter.XMLStreamWriterSource
Create an empty XMLStreamWriterSource.

A B C E F G I M N O P R S U W X