• The complexity of producing well constructed, reliable class libraries from XML schema can challenge any project’s timeline and staff productivity. The XBinder XML code generation tool substantially streamlines and simplifies a project’s development and maintenance time by automatically serializing objects into XML and deserializing XML into C, C++, Java, or C# objects.

    XBinder flow diagram

     

    Why use an XML Data Binding or XML to Code Generation Tool?

    XBinder’s XML data binding offers the following advantages over traditional XML API's such as SAX and DOM:

    Performance -  Operations such as validation or (de)serialization are faster with code generated from XML schema then with validating parsers.

    Simplicity - XBinder automates production of well constructed, easy-to-read code for faster time-to-market cycles.

    Reliability - XML data binding applications assure the validity of generated XML documents by working at the schema level. 

     

    Overview of XBinder

    XBinder is an XML Schema to C/C++, Java, or C# code generation tool. XML data binding (or code generation) is a process in which XML schema information items are transformed into type definitions and functions in a computer language.

    The source code produced by the XBinder code generation tool is C, C++, Java, or C# source code that consists of type definitions and encode/decode functions. This provides a complete Application Programming Interface (API) for working with all of the message definitions contained within an XML schema specification.

    In addition to the code generator, a run-time library of common encode/decode functions is also part of the package. This library contains routines to encode and decode the base XML schema simple types (integer, string, hexBinary, etc.). The XBinder code generation tool assembles a series of calls to these functions to accomplish the encoding or decoding of more complex message types.

    Evaluation versions are available for Windows, Linux, various UNIX platforms, and Apple Mac OSX.