Package org.exist.xquery.value

Interface Summary
Item This class represents an item in a sequence as defined by the XPath 2.0 specification.
NodeValue Represents a node value.
Sequence This interface represents a sequence as defined in the XPath 2.0 specification.
SequenceIterator  
 

Class Summary
AbstractDateTimeValue  
AbstractSequence An abstract implementation of Sequence with default implementations for some methods.
AnyURIValue  
AtomicValue Represents an atomic value.
Base64Binary  
BinaryValue  
BooleanValue  
ComputableValue  
DateTimeValue Represents a value of type xs:dateTime.
DateValue  
DayTimeDurationValue  
DecimalValue  
DoubleValue  
DurationValue  
EmptySequence  
EmptySequenceIterator  
FloatValue  
FunctionReference Represents a reference to a function created by util:function that can be used with util:call.
GDayValue  
GMonthDayValue  
GMonthValue  
GYearMonthValue  
GYearValue  
HexBinary  
IntegerValue [Definition:] integer is derived from decimal by fixing the value of fractionDigits to be 0.
JavaObjectValue Represents a reference to an arbitrary Java object which is treated as an atomic value.
MixedNodeValueComparator  
NumericValue  
OrderedValueSequence A sequence that sorts its entries in the order specified by the order specs of an "order by" clause.
PreorderedValueSequence A sequence that sorts its items in the order specified by the order specs of an "order by" clause.
QNameValue Wrapper class around a QName value which extends AtomicValue.
SequenceType Represents an XQuery SequenceType and provides methods to check sequences and items against this type.
SingleItemIterator  
StringValue  
TimeUtils Centralizes access to time-related utility functions.
TimeValue  
Type Defines all built-in types and their relations.
UntypedAtomicValue  
ValueSequence A sequence that may contain a mixture of atomic values and nodes.
YearMonthDurationValue  
 



Copyright (C) Wolfgang Meier. All rights reserved.