DataDirect XML Converters 5.0 Send comments on this topic.
ConverterFactory Class
See Also  Members  
DDTek.XmlConverter Namespace : ConverterFactory Class




The ConverterFactory class allows the user to specify configuration parameters with the Configuration property and create instances of Converter, and ConverterResolver.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ConverterFactory 
Visual Basic (Usage)Copy Code
Dim instance As ConverterFactory
C# 
public class ConverterFactory 
Managed Extensions for C++ 
public __gc class ConverterFactory 
C++/CLI 
public ref class ConverterFactory 

Remarks

An application program which will use toXml and fromXml converters must first create an instance of ConverterFactory. The application may then specify configuration parameters using the Configuration property. Finally, the application can create xml converter objects with the methods CreateConvertToXml and CreateConvertFromXml

An application which uses the "converter:" protocol in a Uri in an xslt document("uri") function will need to use the ConverterResolver class which is an implementation of System.Xml.XmlResolver. The application can get an instance of ConverterResolver using the CreateResolver method.

A SchemaGenerator object can generate XML Schema files which describe the xml files used and created by Converter objects.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.ConverterFactory

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.