KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > datatype > DatatypeConstants > Top Examples

  • com.sun.org.apache.xerces.internal.jaxp.datatype.DurationImpl
    <p>Immutable representation of a time span as defined in the W3C XML Schema 1.0 specification.</p> <p>A Duration object represents a period of Gregorian time, which consists of six fields (years, months, days, hours, minutes, and seconds) plus a sign (+/-) field.</p> < ...
  • org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl
    <p>Representation for W3C XML Schema 1.0 date/time datatypes. Specifically, these date/time datatypes are {@link DatatypeConstants#DATETIME dateTime}, {@link DatatypeConstants#TIME time}, {@link DatatypeConstants#DATE date}, {@link DatatypeConstants#GYEARMONTH gYearMonth}, {@link DatatypeCon ...
Popular Tags