net.sf.saxon.value
public class GMonthDayValue extends DateValue
Constructor Summary | |
---|---|
GMonthDayValue() | |
GMonthDayValue(CharSequence value) | |
GMonthDayValue(byte month, byte day, int tz) |
Method Summary | |
---|---|
AtomicValue | convertPrimitive(BuiltInAtomicType requiredType, boolean validate, XPathContext context)
Convert to target data type |
CalendarValue | copy()
Make a copy of this date, time, or dateTime value |
ItemType | getItemType(TypeHierarchy th)
Determine the data type of the expression |
CharSequence | getStringValueCS() |
Parameters: requiredType an integer identifying the required atomic type context
Returns: an AtomicValue, a value of the required type; or an ErrorValue
Parameters: th
Returns: Type.G_MONTH_DAY_TYPE,