Class XSISimpleTypes

Object
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:
  • Field Details

    • NAMESPACE

      public static final URI NAMESPACE
  • Constructor Details

    • XSISimpleTypes

      public XSISimpleTypes()
  • Method Details

    • 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