Class XSDDateType

  • All Implemented Interfaces:
    RDFDatatype

    public class XSDDateType
    extends XSDAbstractDateTimeType
    Type processor for date, most of the machinery is in the base XSDAbstractDateTimeType class.
    • Constructor Detail

      • XSDDateType

        public XSDDateType​(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