net.sf.saxon.value
public class GMonthValue extends DateValue
Constructor Summary | |
---|---|
GMonthValue() | |
GMonthValue(CharSequence value) | |
protected | GMonthValue(byte month, 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_TYPE,