A B C D E F G H I L N O P R S T U W X

A

ABORT - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setBufferOverflowPolicy and setTempFilePolicy.
ABORT - Static variable in class com.stylusstudio.converter.Configuration
Deprecated. Value for setBufferOverflowPolicy and setTempFilePolicy.

B

BINARY - Static variable in class com.stylusstudio.xmlpipeline.runtime.ContentType
Indicates that the associated data object contains binary data.
bindInputObject(String, Object, ContentType) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Bind a DOM, InputStream, or a String to the named Pipeline Input node.
bindInputUrl(String, String, ContentType) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Bind a URL to the named Pipeline Input node.
bindOutputObject(String, Object) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Bind a DOM or OutputStream to the named Pipeline Output node.
bindOutputUrl(String, String) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Bind a Pipeline Output node to a URL.

C

Configuration - class com.ddtek.xmlconverter.Configuration.
A Configuration object contains user settable policies that govern certain aspects of the conversion process.
Configuration - class com.stylusstudio.converter.Configuration.
Deprecated. Replaced by Configuration.
ContentType - class com.stylusstudio.xmlpipeline.runtime.ContentType.
The static fields of this class are used to identify what type of data is being processed by a Stylus Studio XML Pipeline.
Conversion - class com.ddtek.xmlconverter.Conversion.
A Conversion object contains all the information needed during an ongoing conversion.
Conversion() - Constructor for class com.ddtek.xmlconverter.Conversion
 
Conversion - interface com.stylusstudio.converter.Conversion.
Deprecated. Replaced by Conversion.
ConversionStatus - class com.ddtek.xmlconverter.ConversionStatus.
A class which contains status information for a Conversion.
ConversionStatus() - Constructor for class com.ddtek.xmlconverter.ConversionStatus
 
ConvertFromXML - interface com.ddtek.xmlconverter.ConvertFromXML.
An extension of the Converter interface which specifies methods used only in conversions from XML data to non-XML format data.
ConvertToXML - interface com.ddtek.xmlconverter.ConvertToXML.
An extension of the Converter interface which specifies methods used only in conversions from non-XML data to XML.
Converter - interface com.ddtek.xmlconverter.Converter.
Instances of this class perform conversion from XML to non-XML, and vice versa.
Converter - interface com.stylusstudio.converter.Converter.
Deprecated. Replaced by Converter.
ConverterArgumentException - exception com.ddtek.xmlconverter.exception.ConverterArgumentException.
This exception is thrown if Converter.convert is called with an incorrect Source or Result argument.
ConverterCancelledException - exception com.ddtek.xmlconverter.exception.ConverterCancelledException.
This exception is created if the user application calls Conversion.cancel().
ConverterException - exception com.ddtek.xmlconverter.exception.ConverterException.
Most Exceptions from DataDirect XML Converters are reported as instances of this exception or its subclasses.
ConverterException - exception com.stylusstudio.converter.ConverterException.
Deprecated. Replaced by ConverterException.
ConverterException(String) - Constructor for class com.stylusstudio.converter.ConverterException
Deprecated.  
ConverterException(Throwable) - Constructor for class com.stylusstudio.converter.ConverterException
Deprecated.  
ConverterException(String, Throwable) - Constructor for class com.stylusstudio.converter.ConverterException
Deprecated.  
ConverterFactory - class com.ddtek.xmlconverter.ConverterFactory.
A factory class which is used to create new Converter and ConverterResolver objects.
ConverterFactory() - Constructor for class com.ddtek.xmlconverter.ConverterFactory
Creates a new ConverterFactory.
ConverterFactory - class com.stylusstudio.converter.ConverterFactory.
Deprecated. Replaced by ConverterFactory.
ConverterResolver - class com.ddtek.xmlconverter.ConverterResolver.
An implementation of URIResolver which can resolve Converter URIs and many others.
canAcceptSAX(String) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Determine if the named Pipeline Input node is able to accept SAX events.
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.
cancel() - Method in interface com.stylusstudio.converter.Conversion
Deprecated. Attempt to cancel a Conversion.
cancel(Exception) - Method in interface com.stylusstudio.converter.Conversion
Deprecated. Attempt to cancel a Conversion.
close() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Close and release any resources held by this StylusFile object.
close() - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Close all nodes in this pipeline and release all operating system resources.
com.ddtek.xmlconverter - package com.ddtek.xmlconverter
Contains the Java language API for DataDirect XML Converters 3.0
com.ddtek.xmlconverter.exception - package com.ddtek.xmlconverter.exception
Contains Exceptions thrown by DataDirect XML Converters 3.0
com.exln.stylus.io - package com.exln.stylus.io
Contains deprecated classes for earlier versions of the API, new applications should use the classes in com.ddtek.xmlconverter.
com.stylusstudio.converter - package com.stylusstudio.converter
Contains deprecated classes for earlier versions of the API, new applications should use the classes in com.ddtek.xmlconverter.
com.stylusstudio.xmlpipeline.runtime - package com.stylusstudio.xmlpipeline.runtime
Contains the Java language API for the DataDirect pipeline runtime modules.
convert(Source, Result) - Method in interface com.ddtek.xmlconverter.Converter
Start the conversion and (possibly) wait for completion.
convert(Source, Result) - Method in interface com.stylusstudio.converter.Converter
Deprecated. Start the conversion and (possibly) wait for completion.
convert(Source, Result, ErrorListener) - Method in interface com.stylusstudio.converter.Converter
Deprecated. Start the conversion and (possibly) wait for completion.
copyFromFile(String) - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Copy the contents of a named file to this StylusFile.
copyFromFile(StylusFile, String) - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  
copyFromStream(StylusFile, InputStream) - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  
copyToFile(String) - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Copy the contents of this StylusFile to a named file.
copyToFile(StylusFile, String) - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  
copyToStream(StylusFile, OutputStream) - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  
createInputStream(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
A convenience method to resolve a Stylus Studio URI and return an InputStream.
createInputStream(String, String) - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.
createOutputResult(String, String) - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.
createOutputStream(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
A convenience method to resolve a Stylus Studio URI and return an OutputStream.
createOutputStream(String, String) - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.
createSource(String, String, boolean) - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.
createStylusFile(String) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory.
createStylusFile(String, InputStream) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory.
createStylusFile(String, OutputStream) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory.

D

doINFO() - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  
doTRACE() - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  

E

EmptyFileException - exception com.ddtek.xmlconverter.exception.EmptyFileException.
This exception may be thrown by the dBase converter.

F

FAILED - Static variable in class com.ddtek.xmlconverter.ConversionStatus
A status value indicating the conversion has failed or was cancelled.
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.
getBufferOverflowPolicy() - Method in class com.stylusstudio.converter.Configuration
Deprecated. Get the current value of the memory buffer overflow policy..
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.stylusstudio.converter.Converter
Deprecated. Get the Configuration object for this Converter.
getConfiguration() - Method in class com.stylusstudio.converter.ConverterFactory
Deprecated. Get the Configuration object for this ConverterFactory.
getContentHandler(String) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Get a ContentHandler with which SAX events can be sent to the named Pipeline Input node.
getConversionStatus() - Method in class com.ddtek.xmlconverter.Conversion
Get the current status of this Conversion.
getEncoding() - Method in class com.ddtek.xmlconverter.OutputResult
Get the character encoding for a byte stream or URI.
getErrorHandler() - Method in interface com.ddtek.xmlconverter.Converter
Get the ErrorHandler previously set with setErrorHandler.
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.
getFactory() - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory.
getInputStream() - Method in class com.ddtek.xmlconverter.InputStreamResult
Get the InputStream, which is used to read the result data.
getInputStream() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return a stream which can be used to read data from this StylusFile.
getLogger() - Static method in class com.exln.stylus.io.StylusFileHelpers
Deprecated.  
getMaxBufferSize() - Method in class com.ddtek.xmlconverter.Configuration
Get the current size limit for the memory buffer.
getMaxBufferSize() - Method in class com.stylusstudio.converter.Configuration
Deprecated. Get the current size limit for the memory buffer.
getMessage() - Method in class com.stylusstudio.xmlpipeline.runtime.PipelineException
Get the detail message for this exception.
getModifiedTime() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return the time that the file denoted by this StylusFile was last modified.
getName() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return the file name of this StylusFile.
getOutputStream() - Method in class com.ddtek.xmlconverter.OutputStreamSource
Get the OutputStream, which is used to write the source data.
getOutputStream() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return an output stream which can be used to write data to this StylusFile.
getPath() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return the pathname of this StylusFile.
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.
getSAXSource(Source) - Method in interface com.ddtek.xmlconverter.ConvertToXML
Get a SAXSource to read the converted data.
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.
getStatus() - Method in class com.ddtek.xmlconverter.ConversionStatus
Gets the current status of the Conversion.
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.
getTempFilePolicy() - Method in class com.ddtek.xmlconverter.Configuration
Get the current value of the temp file policy.
getTempFilePolicy() - Method in class com.stylusstudio.converter.Configuration
Deprecated. Get the current value of the temp file policy.
getUnlockAPIError() - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This method is ignored. The XML Converters 3.0 licensing is controlled by the ConverterFactory object.
getWriter() - Method in class com.ddtek.xmlconverter.WriterSource
Get the Writer which is used to write the source data.
getXMLStreamReader(Source) - Method in interface com.ddtek.xmlconverter.ConvertToXML
Get an XMLStreamReader to read the converted data.
getXMLStreamReader(String, String) - Method in class com.ddtek.xmlconverter.ConverterResolver
Resolve a url and return a XMLStreamReader to read the data.
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 converter to non-XML format.
getXMLStreamWriter() - Method in class com.ddtek.xmlconverter.XMLStreamWriterSource
Get the XMLStreamWriter which will be used to write the source data.
go() - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Execute the pipeline and wait for it to terminate.

H

HTML - Static variable in class com.stylusstudio.xmlpipeline.runtime.ContentType
Indicates that the associated data object contains html data.

I

InputStreamResult - class com.ddtek.xmlconverter.InputStreamResult.
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.
InputStreamResult - class com.stylusstudio.converter.InputStreamResult.
Deprecated. Replaced by InputStreamResult.
InputStreamResult() - Constructor for class com.stylusstudio.converter.InputStreamResult
Deprecated.  
InternalConverterError - exception com.ddtek.xmlconverter.exception.InternalConverterError.
This exception is thrown if an internal error is dectected in a DataDirect XML Converter.
InvalidFormatException - exception com.ddtek.xmlconverter.exception.InvalidFormatException.
This exception is thrown if invalid data is detected when converting non-XML data to XML.
isDirectory() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return whether the file denoted by this StylusFile is a directory.
isDots() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return true if getName() would return "." or "..".
isFinished() - Method in interface com.stylusstudio.converter.Conversion
Deprecated. Return whether the Conversion has finished.
isHidden() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return true if this StylusFile denotes a "Hidden" file.
isLink() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return true if this StylusFile denotes a link or shortcut file.
isReadOnly() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return whether the file represented by this StylusFile is read-only.
isReady(String) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Check if any data was written to the named output port.

L

length() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return the number of bytes in this StylusFile.
listFiles() - Method in interface com.exln.stylus.io.StylusFile
Deprecated. Return an array of StylusFile objects denoting the files in the directory denoted by this StylusFile.

N

newConvertFromXML(String) - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new ConvertFromXML which can convert XML data to a non-XML format.
newConvertFromXML(String) - Method in class com.stylusstudio.converter.ConverterFactory
Deprecated. Create a new Converter object, using an adapter URL, to convert XML files to non-XML.
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.
newConvertToXML(String) - Method in class com.stylusstudio.converter.ConverterFactory
Deprecated. Create a new Converter object, using an adapter URL, to convert non-XML files to XML.
newConvertToXML(StreamSource) - Method in class com.stylusstudio.converter.ConverterFactory
Deprecated. Create a new Converter object, using a .conv file, to convert non-XML files to XML.
newInstance() - Static method in class com.stylusstudio.converter.ConverterFactory
Deprecated. Create a new instance of the ConverterFactory.
newResolver() - Method in class com.ddtek.xmlconverter.ConverterFactory
Create a new instance of ConverterResolver.

O

OutputResult - class com.ddtek.xmlconverter.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.
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.
OutputResult - class com.stylusstudio.converter.OutputResult.
Deprecated. Replaced by OutputResult.
OutputResult() - Constructor for class com.stylusstudio.converter.OutputResult
Deprecated. Default constructor.
OutputResult(OutputStream) - Constructor for class com.stylusstudio.converter.OutputResult
Deprecated. Construct an OutputResult from a byte stream (OutputStream).
OutputResult(Writer) - Constructor for class com.stylusstudio.converter.OutputResult
Deprecated. Construct an OutputResult from a character stream (Writer).
OutputResult(String) - Constructor for class com.stylusstudio.converter.OutputResult
Deprecated. Construct an OutputResult from a URI.
OutputStreamSource - class com.ddtek.xmlconverter.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.
OutputStreamSource() - Constructor for class com.ddtek.xmlconverter.OutputStreamSource
Create an empty OutputStreamSource.
OutputStreamSource - class com.stylusstudio.converter.OutputStreamSource.
Deprecated. Replaced by OutputStreamSource.
OutputStreamSource() - Constructor for class com.stylusstudio.converter.OutputStreamSource
Deprecated.  
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.
outputStreamResolver(String, String) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.

P

PipelineException - exception com.stylusstudio.xmlpipeline.runtime.PipelineException.
All errors from the Stylus Studio XML Pipeline java runtime are reported as instances of this exception.
PipelineException(String) - Constructor for class com.stylusstudio.xmlpipeline.runtime.PipelineException
Constructs a new exception with the specified detail message.
PipelineException(String, Throwable) - Constructor for class com.stylusstudio.xmlpipeline.runtime.PipelineException
Constructs a new exception with the specified detail message and cause.
PipelineOperation - interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation.
The java code for a Stylus Studio XML Pipeline implements this interface.

R

RUNNING - Static variable in class com.ddtek.xmlconverter.ConversionStatus
A status value indicating the conversion is still running.
ReaderResult - class com.ddtek.xmlconverter.ReaderResult.
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.
ReaderResult - class com.stylusstudio.converter.ReaderResult.
Deprecated. Replaced by ReaderResult.
ReaderResult() - Constructor for class com.stylusstudio.converter.ReaderResult
Deprecated.  
registerScheme(String, String) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated.  
registerScheme(String, String, String) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated.  
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.
resolve(String, String) - Method in class com.exln.stylus.io.StylusFileFactory.ResolverWrapper
Deprecated. Implements the URIResolver interface by passing the call on to the singleton StylusFileFactory.
resolve(String, String) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.
resolveEntity(String, String) - Method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This is replaced by methods in ConverterFactory and ConverterResolver.

S

SAXConversion - interface com.stylusstudio.converter.SAXConversion.
Deprecated. Replaced by Conversion.
StreamClosedException - exception com.ddtek.xmlconverter.exception.StreamClosedException.
Exception thrown to indicate the converter is no longer accepting input data.
StylusFile - interface com.exln.stylus.io.StylusFile.
Deprecated.  
StylusFileFactory - class com.exln.stylus.io.StylusFileFactory.
Deprecated. Replaced by ConverterFactory.
StylusFileFactory.ResolverWrapper - class com.exln.stylus.io.StylusFileFactory.ResolverWrapper.
Deprecated. This is replaced by methods in ConverterFactory.
StylusFileFactory.ResolverWrapper() - Constructor for class com.exln.stylus.io.StylusFileFactory.ResolverWrapper
Deprecated. Default constructor returns an object which references the singleton StylusFileFactory.
StylusFileHelpers - class com.exln.stylus.io.StylusFileHelpers.
Deprecated. Replaced by FileHelpers.
setBaseURI(String) - Method in interface com.stylusstudio.xmlpipeline.runtime.PipelineOperation
Set the BaseURI to be used while executing the pipeline.
setBufferOverflowPolicy(int) - Method in class com.ddtek.xmlconverter.Configuration
Set the memory buffer overflow policy.
setBufferOverflowPolicy(int) - Method in class com.stylusstudio.converter.Configuration
Deprecated. Set the memory buffer overflow policy.
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.
setMaxBufferSize(int) - Method in class com.stylusstudio.converter.Configuration
Deprecated. 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.
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.
setTempFilePolicy(int) - Method in class com.stylusstudio.converter.Configuration
Deprecated. Get the temp file policy.

T

TEXT - Static variable in class com.stylusstudio.xmlpipeline.runtime.ContentType
Indicates that the associated data object contains text (character string) data.

U

UNKNOWN - Static variable in class com.stylusstudio.xmlpipeline.runtime.ContentType
Indicates that the content type of the associated data item is unknown.
UNLIMITED_BUFFER - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setMaxBufferSize to indicate there should be no limit.
UNLIMITED_BUFFER - Static variable in class com.stylusstudio.converter.Configuration
Deprecated. Value for setMaxBufferSize to indicate there should be no limit.
USE_MEMORY - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setTempFilePolicy.
USE_MEMORY - Static variable in class com.stylusstudio.converter.Configuration
Deprecated. Value for setTempFilePolicy.
USE_TEMP_FILE - Static variable in class com.ddtek.xmlconverter.Configuration
Value for setBufferOverflowPolicy.
USE_TEMP_FILE - Static variable in class com.stylusstudio.converter.Configuration
Deprecated. Value for setBufferOverflowPolicy.
unlockAPI(String) - Static method in class com.exln.stylus.io.StylusFileFactory
Deprecated. This method is ignored. The XML Converters 3.0 licensing is controlled by the ConverterFactory object.

W

WriterSource - class com.ddtek.xmlconverter.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.
WriterSource() - Constructor for class com.ddtek.xmlconverter.WriterSource
Create an empty WriterSource.
WriterSource - class com.stylusstudio.converter.WriterSource.
Deprecated. Replaced by WriterSource.
WriterSource() - Constructor for class com.stylusstudio.converter.WriterSource
Deprecated.  

X

XML - Static variable in class com.stylusstudio.xmlpipeline.runtime.ContentType
Indicates that the associated data object contains well-formed xml data.
XMLStreamReaderResult - class com.ddtek.xmlconverter.XMLStreamReaderResult.
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 com.ddtek.xmlconverter.XMLStreamReaderSource.
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 com.ddtek.xmlconverter.XMLStreamWriterResult.
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 com.ddtek.xmlconverter.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.
XMLStreamWriterSource() - Constructor for class com.ddtek.xmlconverter.XMLStreamWriterSource
Create an empty XMLStreamWriterSource.

A B C D E F G H I L N O P R S T U W X