Class | Description | |
---|---|---|
![]() | ClosedXmlWriterException | This exception indicates the user application has tried to use an XmlWriter after it was closed. |
![]() | 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 | Contains the current status of a Conversion. |
![]() | ConverterArgumentException | This exception is thrown if Converter.Convert(Source,Result) is called with an incorrect Source or Result argument. |
![]() | ConverterCancelledException | This exception created if the user application calls Conversion.Cancel |
![]() | ConverterException | Most Exceptions from Converter.Convert(Source,Result) are reported as instances of this exception or its subclasses. |
![]() | ConverterFactory | The ConverterFactory class allows the user to specify configuration parameters with the Configuration property and create instances of Converter, and ConverterResolver. |
![]() | ConverterLicenseException | This exception is thrown if an application attempts to do an operation without the necessary license. |
![]() | ConverterLicenseNotFoundException | This exception is thrown if the license file could not be found. |
![]() | ConverterResolver |
An implementation of |
![]() | DocumentResult | 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. |
![]() | DocumentSource |
A DocumentSource can be used to provide XML source data to a from-XML Converter.
The data is provided as an |
![]() | InputStreamResult | An InputStreamResult can be used to read byte stream result data from a to-XML or from-XML Converter. |
![]() | InputStreamSource | An InputStreamSource can be used to provide either non-XML or XML source data for a Converter. |
![]() | OutputStreamResult | An OutputStreamResult can be used to accept either non-XML or XML result data from a Converter. |
![]() | OutputStreamSource | An OutputStreamSource can be used to push byte stream source data into a to-XML or from-XML Converter. |
![]() | Result | 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. |
![]() | Source | 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. |
![]() | TextReaderResult | A TextReaderResult can be used to read character stream result data from a to-XML or from-XML Converter. |
![]() | TextReaderSource | A TextReaderSource can be used to provide either non-XML or XML source data for a Converter. |
![]() | TextWriterResult | A TextWriterResult can be used to accept either non-XML or XML result data from a Converter. |
![]() | TextWriterSource | A TextWriterSource can be used to push byte stream source data into a to-XML or from-XML Converter. |
![]() | UnsupportedException | This exception indicates the user application has called a method which is not supported by DataDirect XML Converters. |
![]() | UriResult | A UriResult can be used to accept either non-XML or XML result data from an Converter. |
![]() | UriSource | A UriSource can be used to provide either non-XML or XML source data for an Converter. |
![]() | XmlReaderResult | An XmlReaderResult can be used to read XML result data from a to-XML Converter. |
![]() | XmlReaderSource | An XmlReaderSource can be used to provide XML source data to a from-XML Converter. |
![]() | XmlWriterResult | An XmlWriterResult can be used to accept XML result data from a to-XML Converter. |
![]() | XmlWriterSource | An XmlWriterSource can be used to push XML source data into a from-XML Converter. |
Interface | Description | |
---|---|---|
![]() | 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. |
![]() | 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. |
Enumeration | Description | |
---|---|---|
![]() | LicProviderType | The ID numbers for the licensable converters. |
![]() | Status | The possible values of ConversionStatus.Status. |