Package org.ucl.xpath.types

Class Summary
AnyAtomicType Common base for every atomic type
AnySimpleType Common base for every simple type
AnyType Common base for every type
AttrType A representation of the AttributeType datatype
CalendarType Common base for all Calendar based classes
CommentType A representation of the CommentType datatype
CtrType A representation of the CtrType datatype
DocType A representation of the DocumentType datatype
ElementType A representation of the ElementType datatype
NodeType A representation of a Node datatype
NumericType A representation of the NumericType datatype
PIType A representation of the ProcessingInstruction datatype
QName A representation of a QName datatype (name of a node)
TextType A representation of the TextType datatype
UntypedAtomic A representation of the UntypedAtomic datatype which is used to represent untyped atomic nodes.
XDTDayTimeDuration A representation of the DayTimeDuration datatype
XDTYearMonthDuration A representation of the YearMonthDuration datatype
XSAnyURI Represents a Universal Resource Identifier (URI) reference
XSBoolean A representation of a true or a false value.
XSDate Representation of a date of the form year-month-day and optional timezone
XSDateTime A representation of a date and time (and optional timezone)
XSDecimal A representation of the Decimal datatype
XSDouble A representation of the Double datatype
XSDuration Common base for every time duration class
XSFloat A representation of the Float datatype
XSGDay A representation of the Day datatype
XSGMonth A representation of the gMonth datatype
XSGMonthDay A representation of the MonthDay datatype
XSGYear A representation of the gMonth datatype
XSGYearMonth A representation of the YearMonth datatype
XSInteger A representation of the Integer datatype
XSNCName A representation of the NCName datatype
XSString A representation of the String datatype
XSTime A representation of the Time datatype