Class XSDMonthDayType

All Implemented Interfaces:
RDFDatatype

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

    • XSDMonthDayType

      public XSDMonthDayType(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