DataDirect XML Converters 5.0 Send comments on this topic.
DDTek.XmlConverter Namespace
See Also  Inheritance Hierarchy

Classes

 ClassDescription
ClassClosedXmlWriterException This exception indicates the user application has tried to use an XmlWriter after it was closed.
ClassConfiguration A Configuration object contains user settable policies that govern certain aspects of the conversion process.
ClassConversion A Conversion object contains all the information needed during an ongoing conversion.
ClassConversionStatus Contains the current status of a Conversion.
ClassConverterArgumentException This exception is thrown if Converter.Convert(Source,Result) is called with an incorrect Source or Result argument.
ClassConverterCancelledException This exception created if the user application calls Conversion.Cancel
ClassConverterException Most Exceptions from Converter.Convert(Source,Result) are reported as instances of this exception or its subclasses.
ClassConverterFactory The ConverterFactory class allows the user to specify configuration parameters with the Configuration property and create instances of Converter, and ConverterResolver.
ClassConverterLicenseException This exception is thrown if an application attempts to do an operation without the necessary license.
ClassConverterLicenseNotFoundException This exception is thrown if the license file could not be found.
ClassConverterResolver An implementation of XmlResolver which can resolve converter: URIs, execute the appropriate Converter and return the result data as an InputStream or XmlReader.
ClassDocumentResult A DocumentResult can be used to accept XML result data from a to-XML Converter. After the conversion has finished, the DocumentResult will contain an IXPathNavigable object.
ClassDocumentSource A DocumentSource can be used to provide XML source data to a from-XML Converter. The data is provided as an IXPathNavigable object.
ClassInputStreamResult An InputStreamResult can be used to read byte stream result data from a to-XML or from-XML Converter.
ClassInputStreamSource An InputStreamSource can be used to provide either non-XML or XML source data for a Converter.
ClassOutputStreamResult An OutputStreamResult can be used to accept either non-XML or XML result data from a Converter.
ClassOutputStreamSource An OutputStreamSource can be used to push byte stream source data into a to-XML or from-XML Converter.
ClassResult Implementations of the abstract Result class are used to get result data from a Converter. The result data may be XML data from a to-XML Converter, or non-XML data from a from-XML Converter.
ClassSource Implementations of the abstract Source class are used to provide data to a Converter. The data may be non-XML source data for a to-XML Converter, or-XML source data for a from-XML Converter.
ClassTextReaderResult A TextReaderResult can be used to read character stream result data from a to-XML or from-XML Converter.
ClassTextReaderSource A TextReaderSource can be used to provide either non-XML or XML source data for a Converter.
ClassTextWriterResult A TextWriterResult can be used to accept either non-XML or XML result data from a Converter.
ClassTextWriterSource A TextWriterSource can be used to push byte stream source data into a to-XML or from-XML Converter.
ClassUnsupportedException This exception indicates the user application has called a method which is not supported by DataDirect XML Converters.
ClassUriResult A UriResult can be used to accept either non-XML or XML result data from an Converter.
ClassUriSource A UriSource can be used to provide either non-XML or XML source data for an Converter.
ClassXmlReaderResult An XmlReaderResult can be used to read XML result data from a to-XML Converter.
ClassXmlReaderSource An XmlReaderSource can be used to provide XML source data to a from-XML Converter.
ClassXmlWriterResult An XmlWriterResult can be used to accept XML result data from a to-XML Converter.
ClassXmlWriterSource An XmlWriterSource can be used to push XML source data into a from-XML Converter.

Interfaces

 InterfaceDescription
InterfaceConverter Instances of this class perform conversion from XML to non-XML, and vice versa.
InterfaceConverterListener This is the error reporting interface for Converter errors.
InterfaceConvertFromXml An extension of the Converter interface which specifies methods used only in conversions from XML data to non-XML format data.
InterfaceConvertToXml An extension of the Converter interface which specifies methods used only in conversions from non-XML data to XML.
InterfaceSchemaGenerator 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.

Enumerations

 EnumerationDescription
EnumerationLicProviderType The ID numbers for the licensable converters.
EnumerationStatus The possible values of ConversionStatus.Status.

See Also

© 2009 All Rights Reserved.