| Package | Description |
|---|---|
| net.time4j.xml |
Bridge to XML.
|
| Modifier and Type | Field and Description |
|---|---|
static XMLAdapter<XMLGregorianCalendar,PlainDate> |
XMLAdapter.XML_DATE
Bridge between a XML-date according to
xsd:date
and the type PlainDate. |
static XMLAdapter<XMLGregorianCalendar,PlainTimestamp> |
XMLAdapter.XML_DATE_TIME
Bridge between a XML-timestamp according to
xsd:dateTime
(without timezone-offset) and the type PlainTimestamp. |
static XMLAdapter<XMLGregorianCalendar,ZonalDateTime> |
XMLAdapter.XML_DATE_TIME_OFFSET
Bridge between a XML-timestamp according to
xsd:dateTime
inclusive timezone-offset and the type ZonalDateTime. |
static XMLAdapter<Duration,Duration<IsoUnit>> |
XMLAdapter.XML_DURATION
Bridge between a XML-duration according to
xsd:duration
and the Time4J-type Duration. |
static XMLAdapter<XMLGregorianCalendar,PlainTime> |
XMLAdapter.XML_TIME
Bridge between a XML-time according to
xsd:time
and the type PlainTime. |
Copyright © 2014–2016. All rights reserved.