Static Public Member Functions | Static Public Attributes | Static Protected Member Functions

org.exolab.castor.xml.schema.util.DatatypeHandler Class Reference

List of all members.

Static Public Member Functions

static String guessType (String value)

Static Public Attributes

static final String BOOLEAN_TYPE = "boolean"
static final String DATE_TYPE = "date"
static final String DATETIME_TYPE = "dateTime"
static final String DOUBLE_TYPE = "double"
static final String FLOAT_TYPE = "float"
static final String INTEGER_TYPE = "integer"
static final String LONG_TYPE = "long"
static final String STRING_TYPE = "string"
static final String TIME_TYPE = "time"

Static Protected Member Functions

static String whichType (String type1, String type2)

Detailed Description

A class used for "guessing" the proper datatype of an XML attribute or an XML element with simpleContent.

Author:
Keith Visco
Version:
Revision:
1.2
Date:
2003/03/12 20:53:50

Member Function Documentation

static String org.exolab.castor.xml.schema.util.DatatypeHandler.guessType ( String  value  )  [static]
static String org.exolab.castor.xml.schema.util.DatatypeHandler.whichType ( String  type1,
String  type2 
) [static, protected]

Member Data Documentation

The name of the XML Schema boolean type

Referenced by org.exolab.castor.xml.schema.util.DatatypeHandler.guessType().

The name of the XML Schema date type

Referenced by org.exolab.castor.xml.schema.util.DatatypeHandler.guessType().

The name of the XML Schema dateTime type

Referenced by org.exolab.castor.xml.schema.util.DatatypeHandler.guessType().

The name of the XML Schema time type

Referenced by org.exolab.castor.xml.schema.util.DatatypeHandler.guessType().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties