Visual Basic (Declaration) | |
---|---|
Public Class ConverterFactory |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public class ConverterFactory |
Managed Extensions for C++ | |
---|---|
public __gc class ConverterFactory |
C++/CLI | |
---|---|
public ref class ConverterFactory |
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.
DDTek.XmlConverter.ConverterFactory
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