Class XdtoTypeMap


  • public class XdtoTypeMap
    extends Object
    Compares the names of types XDTO with type names in DT

    Uses for import and export type names in V8 xmls

    • Field Detail

    • Method Detail

      • typeToXmlName

        public QName typeToXmlName​(TypeItem typeItem)
        Convert TypeItem to XDTO qualified name
        Parameters:
        typeItem - the type to convert
        Returns:
        the QName of type
      • typeNameToXmlName

        public QName typeNameToXmlName​(String typeItemName)
        Convert TypeItem name to XDTO qualified name
        Parameters:
        typeItem - the type to convert
        Returns:
        the QName of type
      • xmlNameToType

        public String xmlNameToType​(String typeName)
        Convert XDTO type name to DT type name
        Parameters:
        typeName - the type name to convert
        Returns:
        the string type name