- XML_DATE - Static variable in class net.time4j.xml.XMLAdapter
-
Bridge between a XML-date according to xsd:date
and the type PlainDate.
- XML_DATE_TIME - Static variable in class net.time4j.xml.XMLAdapter
-
Bridge between a XML-timestamp according to xsd:dateTime
(without timezone-offset) and the type PlainTimestamp.
- XML_DATE_TIME_OFFSET - Static variable in class net.time4j.xml.XMLAdapter
-
Bridge between a XML-timestamp according to xsd:dateTime
inclusive timezone-offset and the type ZonalDateTime.
- XML_DURATION - Static variable in class net.time4j.xml.XMLAdapter
-
Bridge between a XML-duration according to xsd:duration
and the Time4J-type Duration.
- XML_TIME - Static variable in class net.time4j.xml.XMLAdapter
-
Bridge between a XML-time according to xsd:time
and the type PlainTime.
- XMLAdapter<S,T> - Class in net.time4j.xml
-
Serves as bridge to temporal types in XML-related Java.