KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 ...
  • com.sun.org.apache.xerces.internal.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 ...
  • org.apache.xerces.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> < ...
  • com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl
    <p>Factory that creates new <code>javax.xml.datatype</code> <code>Object</code>s that map XML to/from Java <code>Object</code>s.</p> <p id="DatatypeFactory.newInstance">{@link #newInstance()} is used to create a new <code>DatatypeFactory ...
  • 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.impl.dv.xs.DayDV
    Validator for &lt;gDay&gt; datatype (W3C Schema datatypes) @xerces.internal @author Elena Litani @author Gopal Sharma, SUN Microsystem Inc. @version $Id: DayDV.java,v 1.17 2005/05/06 15:31:14 ankitp Exp $
Popular Tags