|
||||||||||
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
Abstract superclass for Date, Time, and DateTime
Constructor Summary | |
CalendarValue()
|
Method Summary | |
CalendarValue |
add(DurationValue duration)
|
abstract CalendarValue |
removeTimezone()
Return a date, time, or dateTime with the same localized value, but without the timezone component |
abstract CalendarValue |
setTimezone(SecondsDurationValue tz)
Return a date, time, or dateTime with the same normalized value, but in a different timezone |
DurationValue |
subtract(CalendarValue duration)
|
Methods inherited from class net.sf.saxon.value.AtomicValue |
convert, effectiveBooleanValue, evaluateAsString, evaluateItem, getCardinality, getComponent, getTypedValue, iterate |
Methods inherited from class net.sf.saxon.value.Value |
analyze, asItem, asValue, collapseWhitespace, conversionPreference, convertToJava, getDependencies, getSpecialProperties, getSubExpressions, inverse, normalizeWhitespace, promote, simplify, stringToInteger, stringToNumber, trimWhitespace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface net.sf.saxon.om.Item |
getItemType, getStringValue |
Methods inherited from interface net.sf.saxon.expr.Expression |
display, getItemType |
Constructor Detail |
public CalendarValue()
Method Detail |
public CalendarValue add(DurationValue duration) throws XPathException
XPathException
public DurationValue subtract(CalendarValue duration) throws XPathException
XPathException
public abstract CalendarValue removeTimezone() throws XPathException
XPathException
public abstract CalendarValue setTimezone(SecondsDurationValue tz) throws XPathException
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |