Class XSDTimeType

All Implemented Interfaces:
RDFDatatype

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

    • XSDTimeType

      public XSDTimeType(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
    • unparse

      public String unparse(Object value)
      Convert a value of this datatype out to lexical form.
      Specified by:
      unparse in interface RDFDatatype
      Overrides:
      unparse in class XSDDatatype