Class XSDDateTimeType

All Implemented Interfaces:
RDFDatatype
Direct Known Subclasses:
XSDDateTimeStampType

public class XSDDateTimeType extends XSDAbstractDateTimeType
Type processor for dateTime, most of the machinery is in the base XSDAbstractDateTimeType class.
  • Constructor Details

    • XSDDateTimeType

      public XSDDateTimeType(String typename)
      Constructor
  • Method Details

    • parseValidated

      public Object parseValidated(String str)
      Parse a validated date. This is invoked from XSDDatatype.convertValidatedDataValue rather then from a local parse method to make the implementation of XSDGenericType easier.
      Overrides:
      parseValidated in class XSDDatatype