|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.value.Value
net.sf.saxon.value.AtomicValue
net.sf.saxon.value.CalendarValue
net.sf.saxon.value.TimeValue
public final class TimeValue
A value of type xs:time
| Field Summary |
|---|
| Fields inherited from class net.sf.saxon.value.CalendarValue |
|---|
NO_TIMEZONE |
| Fields inherited from class net.sf.saxon.value.Value |
|---|
EMPTY_CLASS_ARRAY, INDETERMINATE_ORDERING |
| Fields inherited from interface net.sf.saxon.om.ValueRepresentation |
|---|
EMPTY_VALUE_ARRAY |
| Constructor Summary | |
|---|---|
TimeValue(byte hour,
byte minute,
byte second,
int microsecond,
int tz)
Construct a time value given the hour, minute, second, and microsecond components. |
|
TimeValue(CharSequence s)
Constructor: create a dateTime value from a supplied string, in ISO 8601 format |
|
TimeValue(GregorianCalendar calendar,
int tz)
Constructor: create a time value given a Java calendar object |
|
| Method Summary | |
|---|---|
CalendarValue |
add(DurationValue duration)
Add a duration to a dateTime |
CalendarValue |
adjustTimezone(int timezone)
Return a new time with the same normalized value, but in a different timezone. |
int |
compareTo(CalendarValue other,
Configuration config)
Compare the value to another dateTime value |
int |
compareTo(Object other)
Compare the value to another dateTime value |
AtomicValue |
convertPrimitive(BuiltInAtomicType requiredType,
boolean validate,
XPathContext context)
Convert to target data type |
Object |
convertToJava(Class target,
XPathContext context)
Convert to Java object (for passing to external functions) |
AtomicValue |
copy(AtomicType typeLabel)
Make a copy of this date, time, or dateTime value |
boolean |
equals(Object other)
Compare two (sequence) values for equality. |
GregorianCalendar |
getCalendar()
Get a Java Calendar object corresponding to this time, on a reference date |
ComparisonKey |
getComparisonKey(Configuration config)
Get a comparison key for this value. |
AtomicValue |
getComponent(int component)
Get a component of the value. |
byte |
getHour()
Get the hour component, 0-23 |
int |
getMicrosecond()
Get the microsecond component, 0-999999 |
byte |
getMinute()
Get the minute component, 0-59 |
BuiltInAtomicType |
getPrimitiveType()
Determine the primitive type of the value. |
byte |
getSecond()
Get the second component, 0-59 |
CharSequence |
getStringValueCS()
Convert to string |
Comparable |
getXPathComparable()
Get a Comparable value that implements the XPath ordering comparison semantics for this value. |
int |
hashCode()
Return a hash code to support the equals() function |
DayTimeDurationValue |
subtract(CalendarValue other,
XPathContext context)
Determine the difference between two points in time, as a duration |
DateTimeValue |
toDateTime()
Convert to a DateTime value. |
| Methods inherited from class net.sf.saxon.value.CalendarValue |
|---|
adjustTimezone, appendTimezone, appendTimezone, getStringValue, getTimezoneInMinutes, hasTimezone, removeTimezone, setTimezoneInMinutes |
| Methods inherited from class net.sf.saxon.value.AtomicValue |
|---|
checkPermittedContents, convert, convert, effectiveBooleanValue, getCardinality, getItemType, getLength, getTypedValue, getTypeLabel, hasBuiltInType, isMultiValued, itemAt, iterate, process, setTypeLabel, toString |
| Methods inherited from class net.sf.saxon.value.Value |
|---|
asItem, asItem, asIterator, asValue, convert, convertJavaObjectToXPath, fromItem, getCanonicalLexicalRepresentation, getIterator, getSchemaComparable, iterate, makeQNameValue, reduce, stringToNumber |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeValue(byte hour,
byte minute,
byte second,
int microsecond,
int tz)
hour - the hour value, 0-23minute - the minutes value, 0-59second - the seconds value, 0-59microsecond - the number of microseconds, 0-999999tz - the timezone displacement in minutes from UTC. Supply the value
CalendarValue.NO_TIMEZONE if there is no timezone component.
public TimeValue(GregorianCalendar calendar,
int tz)
calendar - holds the date and timetz - the timezone offset in minutes, or NO_TIMEZONE indicating that there is no timezone
public TimeValue(CharSequence s)
throws XPathException
XPathException| Method Detail |
|---|
public BuiltInAtomicType getPrimitiveType()
getPrimitiveType in class AtomicValuepublic byte getHour()
public byte getMinute()
public byte getSecond()
public int getMicrosecond()
public AtomicValue convertPrimitive(BuiltInAtomicType requiredType,
boolean validate,
XPathContext context)
convertPrimitive in class AtomicValuerequiredType - an integer identifying the required atomic typecontext - validate - true if validation is required. If set to false, the caller guarantees that
the value is valid for the target data type, and that further validation is therefore not required.
Note that a validation failure may be reported even if validation was not requested.
public CharSequence getStringValueCS()
getStringValueCS in interface ItemgetStringValueCS in interface ValueRepresentationgetStringValueCS in class AtomicValueItem.getStringValue()public DateTimeValue toDateTime()
toDateTime in class CalendarValuepublic GregorianCalendar getCalendar()
getCalendar in class CalendarValuepublic AtomicValue copy(AtomicType typeLabel)
copy in class AtomicValuetypeLabel - public CalendarValue adjustTimezone(int timezone)
adjustTimezone in class CalendarValuetimezone - the new timezone offset, in minutes
public Object convertToJava(Class target,
XPathContext context)
throws XPathException
convertToJava in class ValueXPathException
public AtomicValue getComponent(int component)
throws XPathException
getComponent in class AtomicValueXPathExceptionpublic Comparable getXPathComparable()
getXPathComparable in class AtomicValuepublic int compareTo(Object other)
compareTo in interface ComparablecompareTo in class Valueother - The other dateTime value
ClassCastException - if the other value is not a DateTimeValue (the parameter
is declared as Object to satisfy the Comparable interface)
public int compareTo(CalendarValue other,
Configuration config)
compareTo in class CalendarValueother - The other dateTime value
ClassCastException - if the other value is not a DateTimeValue (the parameter
is declared as Object to satisfy the Comparable interface)public ComparisonKey getComparisonKey(Configuration config)
getComparisonKey in class CalendarValuepublic boolean equals(Object other)
Value
equals in class Valuepublic int hashCode()
Value
hashCode in class Value
public CalendarValue add(DurationValue duration)
throws XPathException
add in class CalendarValueduration - the duration to be added (may be negative)
XPathException - if the duration is an xs:duration, as distinct from
a subclass thereof
public DayTimeDurationValue subtract(CalendarValue other,
XPathContext context)
throws XPathException
subtract in class CalendarValueother - the other point in timecontext -
XPathException - for example if one value is a date and the other is a time
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||