Class XmlTypeConverter


  • public class XmlTypeConverter
    extends Object
    Simple implementation that converts XSD primitive types to Java (and vice versa).

    It convert type names (xsd types to java classes) and also the values.

    The implementation is very simple now. In fact just a bunch of ifs. We don't need much more now. If more complex thing will be needed, we will extend the implementation later. TODO clean this up as it is now part of prism-api!

    Author:
    Radovan Semancik