Class XSISimpleTypes


  • public class XSISimpleTypes
    extends Object
    This class represents the pre-defined simpletypes included within the XML schema definition.
    Author:
    dzwiers www.refractions.net
    See Also:
    Schema
    • Field Detail

      • NAMESPACE

        public static final URI NAMESPACE
    • Constructor Detail

      • XSISimpleTypes

        public XSISimpleTypes()
    • Method Detail

      • find

        public static SimpleType find​(String type)
        Searches for the requested SimpleType, if not found this method returns null;
        Parameters:
        type - the element localName
        Returns:
        SimpleType
      • find

        public static SimpleType find​(Class type)
        Returns:
        SimpleType