|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saxon.value.Value | +--net.sf.saxon.value.AtomicValue | +--net.sf.saxon.value.CalendarValue | +--net.sf.saxon.value.DateValue | +--net.sf.saxon.value.GDayValue
Implementation of the xs:gDay data type
Field Summary |
Fields inherited from class net.sf.saxon.value.DateValue |
tzOffset |
Fields inherited from class net.sf.saxon.value.CalendarValue |
calendar, zoneSpecified |
Constructor Summary | |
GDayValue()
|
|
GDayValue(java.lang.CharSequence value)
|
Method Summary | |
AtomicValue |
convert(int requiredType)
Convert to target data type |
ItemType |
getItemType()
Determine the data type of the expression |
java.lang.String |
getStringValue()
Convert to string |
Methods inherited from class net.sf.saxon.value.DateValue |
add, compareTo, conversionPreference, convertToJava, display, equals, getComponent, getUTCDate, hashCode, removeTimezone, setDateValue, setLexicalValue, setTimezone, subtract |
Methods inherited from class net.sf.saxon.value.AtomicValue |
convert, effectiveBooleanValue, evaluateAsString, evaluateItem, getCardinality, getPrimitiveValue, getTypedValue, iterate |
Methods inherited from class net.sf.saxon.value.Value |
analyze, asItem, asValue, collapseWhitespace, getDependencies, getSpecialProperties, getSubExpressions, inverse, normalizeWhitespace, promote, simplify, stringToNumber, trimWhitespace |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GDayValue()
public GDayValue(java.lang.CharSequence value) throws XPathException
Method Detail |
public ItemType getItemType()
getItemType
in interface Expression
getItemType
in class DateValue
public AtomicValue convert(int requiredType) throws XPathException
convert
in class DateValue
requiredType
- an integer identifying the required atomic type
XPathException
- if the conversion is not possiblepublic java.lang.String getStringValue()
DateValue
getStringValue
in interface Item
getStringValue
in class DateValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |