KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.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> < ...
  • jaxp.DatatypeAPIUsage
    <p>A sample which demonstrates usage of the JAXP 1.3 Datatype API.</p> @version $Id: DatatypeAPIUsage.java,v 1.1 2005/06/01 04:56:47 mrglavas Exp $
  • 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 ...
  • org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
    This is the base class of all date/time datatype validators. It implements common code for parsing, validating and comparing datatypes. Classes that extend this class, must implement parse() method. REVISIT: There are many instance variables, which would cause problems when we support grammar cac ...
  • org.apache.xerces.impl.dv.xs.DayTimeDurationDV
    Used to validate the <dayTimeDuration> type @xerces.internal @author Ankit Pasricha, IBM @version $Id: DayTimeDurationDV.java,v 1.6 2005/05/06 15:31:14 ankitp Exp $
Popular Tags