Package net.sf.saxon.value
Class TimeValue
java.lang.Object
net.sf.saxon.value.AtomicValue
net.sf.saxon.value.CalendarValue
net.sf.saxon.value.TimeValue
- All Implemented Interfaces:
Comparable<XPathComparable>,Iterable<AtomicValue>,AtomicMatchKey,XPathComparable,AtomicSequence,GroundedValue,IdentityComparable,Item,Sequence,ConversionResult
A value of type xs:time
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class net.sf.saxon.value.CalendarValue
MISSING_TIMEZONE, NO_TIMEZONE, tzMinutesFields inherited from class net.sf.saxon.value.AtomicValue
metadata -
Constructor Summary
ConstructorsConstructorDescriptionTimeValue(int hour, int minute, BigDecimal second, int tzMinutes) Construct a time value given the hour, minute, second, and microsecond components.TimeValue(int hour, int minute, BigDecimal second, int tzMinutes, AtomicType typeLabel) Private constructor to construct a time value given the hour, minute, second, and nanosecond components.TimeValue(GregorianCalendar calendar, int tz) Constructor: create a time value given a Java calendar object -
Method Summary
Modifier and TypeMethodDescriptionadd(DurationValue duration) Add a duration to a dateTimeadjustTimezone(int timezone) Return a new time with the same normalized value, but in a different timezone.intcompareTo(XPathComparable other) Compare the value to another dateTime valueintcompareTo(CalendarValue other, int implicitTimezone) Compare the value to another dateTime valuebooleanThe equals() methods on atomic values is defined to follow the semantics of eq when applied to two atomic values.Get a Java Calendar object corresponding to this time, on a reference dateGet the canonical lexical representation as defined in XML Schema.getComponent(AccessorFn.Component component) Get a component of the value.intgetHour()Get the hour component, 0-23intGet the minute component, 0-59Convert to stringDetermine the primitive type of the value.Get the second component, 0-59getXPathComparable(StringCollator collator, int implicitTimezone, int specVersion) Get an object value that implements the XPath equality and ordering comparison semantics for this value.inthashCode()Returns a hash code value for the object.static booleanisValidTime(int hours, int minutes, BigDecimal seconds) static ConversionResultmakeTimeValue(int hour, int minute, BigDecimal seconds, int timezoneInMinutes) Creates an instance of TimeValue.static ConversionResultStatic factory method: create a time value from a supplied string, in ISO 8601 formatstatic intnanosecondFromSecond(BigDecimal second) Extract the fractional second (to the right of the decimal point) from a decimal second value and return its value in nanoseconds.static int[]splitSecond(BigDecimal second) Split a decimal second value into its component parts.subtract(CalendarValue other, XPathContext context) Determine the difference between two points in time, as a durationConvert to a DateTime value.withMetadata(AtomicMetadata metadata) Make a copy of this time value, but with a different type labelMethods inherited from class net.sf.saxon.value.CalendarValue
adjustTimezone, appendString, appendTimezone, appendTimezone, appendTwoDigits, asMapKey, getTimezoneInMinutes, getXMLGregorianCalendar, getXPathMatchKey, hasTimezone, identityHashCode, isIdentical, makeCalendarValue, removeTimezoneMethods inherited from class net.sf.saxon.value.AtomicValue
asAtomic, atomize, checkPermittedContents, checkValidInJavascript, effectiveBooleanValue, getCardinality, getGenre, getItemType, getLabel, getLength, getUnicodeStringValue, getUType, head, isIdentical, isNaN, isUntypedAtomic, itemAt, iterate, iterator, show, toShortString, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.sf.saxon.expr.sort.AtomicMatchKey
asAtomic, longHashCodeMethods inherited from interface net.sf.saxon.om.GroundedValue
asIterable, concatenate, containsNode, materializeMethods inherited from interface net.sf.saxon.om.Item
getStringValue, isStreamed, reduce, subsequenceMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.sf.saxon.om.Sequence
makeRepeatable
-
Constructor Details
-
TimeValue
Construct a time value given the hour, minute, second, and microsecond components. This constructor performs no validation.- Parameters:
hour- the hour value, 0-23minute- the minutes value, 0-59second- the seconds value, 0-59.9999...tzMinutes- the timezone displacement in minutes from UTC. Supply the valueCalendarValue.NO_TIMEZONEif there is no timezone component.
-
TimeValue
Private constructor to construct a time value given the hour, minute, second, and nanosecond components. This constructor performs no validation.- Parameters:
hour- the hour value, 0-23minute- the minutes value, 0-59second- the seconds value, 0-59.99999...tzMinutes- the timezone displacement in minutes from UTC. Supply the valueCalendarValue.NO_TIMEZONEif there is no timezone component.typeLabel- the type annotation (must be a subtype of xs:time)
-
TimeValue
Constructor: create a time value given a Java calendar object- Parameters:
calendar- holds the date and timetz- the timezone offset in minutes, or NO_TIMEZONE indicating that there is no timezone
-
-
Method Details
-
makeTimeValue
Static factory method: create a time value from a supplied string, in ISO 8601 format- Parameters:
s- the time in the lexical format hh:mm:ss[.ffffff] followed optionally by timezone in the form [+-]hh:mm or Z- Returns:
- either a TimeValue corresponding to the xs:time, or a ValidationFailure if the supplied value was invalid
-
makeTimeValue
public static ConversionResult makeTimeValue(int hour, int minute, BigDecimal seconds, int timezoneInMinutes) Creates an instance of TimeValue. Includes validation checks. If a validation error is detected, an instance of ValidationFailure will be returned instead.- Parameters:
hour- - hour number within an arbitrary dayminute- - minute within the hour specifiedseconds- - second within the minute specifiedtimezoneInMinutes- - number of minutes to adjust by for the timezone- Returns:
- - an instance of TimeValue or ValidationFailure
-
isValidTime
-
getPrimitiveType
Determine the primitive type of the value. This delivers the same answer as getItemType().getPrimitiveItemType(). The primitive types are the 19 primitive types of XML Schema, plus xs:integer, xs:dayTimeDuration and xs:yearMonthDuration, and xs:untypedAtomic. For external objects, the result is AnyAtomicType.- Specified by:
getPrimitiveTypein classAtomicValue- Returns:
- the primitive type
-
getHour
public int getHour()Get the hour component, 0-23- Returns:
- the hour
-
getMinute
public int getMinute()Get the minute component, 0-59- Returns:
- the minute
-
getSecond
Get the second component, 0-59- Returns:
- the second
-
getPrimitiveStringValue
Convert to string- Specified by:
getPrimitiveStringValuein classAtomicValue- Returns:
- ISO 8601 representation, in the localized timezone (the timezone held within the value).
-
getCanonicalLexicalRepresentation
Get the canonical lexical representation as defined in XML Schema. This is not always the same as the result of casting to a string according to the XPath rules. For an xs:time it is the time adjusted to UTC- Specified by:
getCanonicalLexicalRepresentationin interfaceAtomicSequence- Overrides:
getCanonicalLexicalRepresentationin classAtomicValue- Returns:
- the canonical lexical representation if defined in XML Schema
-
toDateTime
Convert to a DateTime value. The date components represent a reference date, as defined in the spec for comparing times.- Specified by:
toDateTimein classCalendarValue- Returns:
- the equivalent DateTimeValue
-
getCalendar
Get a Java Calendar object corresponding to this time, on a reference date- Specified by:
getCalendarin classCalendarValue- Returns:
- A Calendar object representing the date and time. Note that Java can only represent the time to millisecond precision.
-
withMetadata
Make a copy of this time value, but with a different type label- Specified by:
withMetadatain classAtomicValue- Parameters:
metadata- the new type label. This must be a subtype of xs:time.- Returns:
- the copied value
-
adjustTimezone
Return a new time with the same normalized value, but in a different timezone. This is called only for a TimeValue that has an explicit timezone- Specified by:
adjustTimezonein classCalendarValue- Parameters:
timezone- the new timezone offset, in minutes- Returns:
- the time in the new timezone. This will be a new TimeValue unless no change was required to the original value
-
getComponent
Get a component of the value. Returns null if the requested component is not present.- Overrides:
getComponentin classAtomicValue- Parameters:
component- the required component- Returns:
- the value of the requested component of this value
- Throws:
XPathException- if a dynamic error occurs
-
getXPathComparable
public XPathComparable getXPathComparable(StringCollator collator, int implicitTimezone, int specVersion) throws NoDynamicContextException Description copied from class:AtomicValueGet an object value that implements the XPath equality and ordering comparison semantics for this value. A collation is supplied for comparing strings, and an implicit timezone for comparing date/time values that have no saved timezone. An atomic value may return itself as the result, provided that its ordering rules are independent of the collation and timezone, and provided that it implements the XPathComparable interface: which means that its compareTo, equals, and hashCode methods must be compatible with the rules for XPath value comparisons.- Specified by:
getXPathComparablein classAtomicValue- Parameters:
collator- the collation to be used when comparing stringsimplicitTimezone- the implicit timezone in the dynamic context, used when comparing dates/times with and without timezonespecVersion- the version of the XPath specification (31 for 3.1, 40 for 4.0)- Returns:
- an Object that implements the XPath value comparison semantics with respect to this atomic value. For an atomic type that is not ordered (according to XPath rules), return null.
- Throws:
NoDynamicContextException- if the supplied implicit timezone is "NO_TIMEZONE" (meaning unknown), and the implicit timezone is actually required because the value in question is a date/time value with no timezone. This can cause a failure to evaluate expressions statically (because the implicit timezone is not known statically), and it will then be caught, meaning that the expression has to be evaluated dynamically.
-
compareTo
Compare the value to another dateTime value- Specified by:
compareToin interfaceComparable<XPathComparable>- Parameters:
other- The other dateTime value- Returns:
- negative value if this one is the earler, 0 if they are chronologically equal, positive value if this one is the later. For this purpose, dateTime values with an unknown timezone are considered to be UTC values (the Comparable interface requires a total ordering).
- Throws:
ClassCastException- if the other value is not a TimeValue (the parameter is declared as Object to satisfy the Comparable interface)
-
compareTo
Compare the value to another dateTime value- Specified by:
compareToin classCalendarValue- Parameters:
other- The other dateTime valueimplicitTimezone- The implicit timezone assumed for a value with no timezone- Returns:
- negative value if this one is the earler, 0 if they are chronologically equal, positive value if this one is the later. For this purpose, dateTime values with an unknown timezone are considered to be UTC values (the Comparable interface requires a total ordering).
- Throws:
ClassCastException- if the other value is not a DateTimeValue (the parameter is declared as Object to satisfy the Comparable interface)NoDynamicContextException- if the implicit timezone is required and is not available (because the function is called at compile time)
-
getSchemaComparable
-
equals
Description copied from class:AtomicValueThe equals() methods on atomic values is defined to follow the semantics of eq when applied to two atomic values. When the other operand is not an atomic value, the result is undefined (may be false, may be an exception). When the other operand is an atomic value that cannot be compared with this one, the method must throw a ClassCastException.The hashCode() method is consistent with equals().
- Overrides:
equalsin classAtomicValue- Parameters:
other- the other value- Returns:
- true (in a subclass) if the other operand is an atomic value and the two values are equal as defined by the XPath eq operator
-
hashCode
public int hashCode()Description copied from class:AtomicValueReturns a hash code value for the object.- Overrides:
hashCodein classAtomicValue
-
add
Add a duration to a dateTime- Specified by:
addin classCalendarValue- Parameters:
duration- the duration to be added (may be negative)- Returns:
- the new date
- Throws:
XPathException- if the duration is an xs:duration, as distinct from a subclass thereof
-
subtract
public DayTimeDurationValue subtract(CalendarValue other, XPathContext context) throws XPathException Determine the difference between two points in time, as a duration- Overrides:
subtractin classCalendarValue- Parameters:
other- the other point in timecontext- XPath dynamic evaluation context- Returns:
- the duration as an xs:dayTimeDuration
- Throws:
XPathException- for example if one value is a date and the other is a time
-
splitSecond
Split a decimal second value into its component parts.- Parameters:
second- the decimal seconds value- Returns:
- the whole number of seconds; and the fractional value in nanoseconds
-
nanosecondFromSecond
Extract the fractional second (to the right of the decimal point) from a decimal second value and return its value in nanoseconds.- Parameters:
second- - a decimal number- Returns:
- the fractional value of a second, in nanoseconds
-