org.apache.xerces.impl.dv.xs
public class YearMonthDV extends AbstractDateTimeDV
Version: $Id: YearMonthDV.java,v 1.17 2005/05/06 15:31:14 ankitp Exp $
UNKNOWN:
Method Summary | |
---|---|
protected String | dateToString(DateTimeData date) |
Object | getActualValue(String content, ValidationContext context)
Convert a string to a compiled form
|
protected XMLGregorianCalendar | getXMLGregorianCalendar(DateTimeData date) |
protected DateTimeData | parse(String str)
Parses, validates and computes normalized version of gYearMonth object
|
Parameters: content The lexical representation of gYearMonth
Returns: a valid and normalized gYearMonth object
Parameters: str The lexical representation of gYearMonth object CCYY-MM with possible time zone Z or (-),(+)hh:mm
Returns: normalized date representation
Throws: SchemaDateTimeException Invalid lexical representation