Difference between revisions of "XML Interface Toolkit Library"
(Created page with "The UBIK.Interface.Module.XML library provides features for importing and exporting XML data. == Classes == === XMLDataInterface === * Process XML data and create or update {...") |
|||
Line 32: | Line 32: | ||
public class XMLConverter | public class XMLConverter | ||
</source> | </source> | ||
+ | |||
+ | [[Category:XML]] |
Latest revision as of 16:28, 2 February 2015
The UBIK.Interface.Module.XML library provides features for importing and exporting XML data.
Classes
XMLDataInterface
- Process XML data and create or update UBIK® objects
- Process mapping information and apply on XML / UBIK® data
namespace UBIK.Interface.Module.XML
public class XMLDataInterface : UBIKStandardInterface, IUBIKImport, IUBIKExport
public class XMLDataInterface : UBIKStandardInterface, IUBIKImport, IUBIKExport
XMLDataImport
- Creates or update UBIK® objects from XML data using a XML converter and XML mapping
namespace UBIK.Interface.Module.XML
public class XMLDataImport
public class XMLDataImport
XMLDataExport
- Creates XML data from UBIK® objects using a XML converter and XML mapping
namespace UBIK.Interface.Module.XML
public class XMLDataExport
public class XMLDataExport
XMLConverter
- Converts UBIK® MetaClasses / MetaProperties into XML elements / attributes and vice versa
- Translates XML items into UBIK® content objects
namespace UBIK.Interface.Module.XML
public class XMLConverter
public class XMLConverter