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 Detail

      • XSDTimeType

        public XSDTimeType​(java.lang.String typename)
        Constructor
    • Method Detail

      • parseValidated

        public java.lang.Object parseValidated​(java.lang.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 java.lang.String unparse​(java.lang.Object value)
        Convert a value of this datatype out to lexical form.
        Specified by:
        unparse in interface RDFDatatype
        Overrides:
        unparse in class XSDDatatype