All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.enhydra.apache.xerces.utils.ISO8601Format Maven / Gradle / Ivy

The newest version!
/*
 * The Apache Software License, Version 1.1
 *
 *
 * Copyright (c) 1999 The Apache Software Foundation.  All rights
 * reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in
 *    the documentation and/or other materials provided with the
 *    distribution.
 *
 * 3. The end-user documentation included with the redistribution,
 *    if any, must include the following acknowledgment:
 *       "This product includes software developed by the
 *        Apache Software Foundation (http://www.apache.org/)."
 *    Alternately, this acknowledgment may appear in the software itself,
 *    if and wherever such third-party acknowledgments normally appear.
 *
 * 4. The names "Xerces" and "Apache Software Foundation" must
 *    not be used to endorse or promote products derived from this
 *    software without prior written permission. For written
 *    permission, please contact [email protected].
 *
 * 5. Products derived from this software may not be called "Apache",
 *    nor may "Apache" appear in their name, without prior written
 *    permission of the Apache Software Foundation.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 * ====================================================================
 *
 * This software consists of voluntary contributions made by many
 * individuals on behalf of the Apache Software Foundation and was
 * originally based on software copyright (c) 1999, International
 * Business Machines, Inc., http://www.apache.org.  For more
 * information on the Apache Software Foundation, please see
 * .
 */


package org.enhydra.apache.xerces.utils;



/**
 * This class provides ISO8601 date/time formatting conversion into
 * Java DateFormat, 
 * This is based on ISO Internation Standard 1988-06-15 
 *


timeDuration
============
PnYnMnDTnHnMnS

Years
Months
Days

Hours
Minutes
Seconds

x < y iff x-y is positive


recurringDuration
================
timeDuration that recurrs from a specific origin.

2 constraining facets:

  duration ( timeDuration)
           0  a single instant of time

  period   ( timeDuration)
           0 does not recurr 

both duration and period should be given

CCYY-MM-DDThh:mm:ss.sss Z

Z Coordinated Universal Time -
  difference between the local time and Coordinated Universal Time
  +/-


Derived Datatype timeInstant uses same lexical
Date, time, timePeriod, recurringDate use truncated version

Suppose we wanted to define a day of the week i.e. a 24 hour duration that recurs every 7 days. This could be done as follows:  

    
    

 

timeInstant
===========

for Calendar Dates:
  year - month - day - time designator - hour - minute - second

for ordinal date:
  year - day - time designator - hour - minute - second

for dates identified by week and day numbers:
  year - week designator - week - day - time designator - hour - minute - second

T - time designator
- and :  are separators

T maybe omitted ub applications where there is no risk of confusing a combined date and time.

CCYYMMDDThhmmss
CCYYMMDDThhmm
CCYYMMDDThh


CCYY-MM-DDThh:mm:ss
CCYY-MM-DDThh:mm
CCYY-MM-DDThh

CCYYDDDThhmmss
CCYYDDDThhmm
CCYYDDDThh

CCYY-DDDThh:mm:ss
CCYY-DDDThh:mm
CCYY-DDDThh

CCYYWwwDThhmmss
CCYYWwwDThhmm
CCYYWwwDThh

CCYY-Www-DThh:mm:ss
CCYY-Www-DThh:mm
CCYY-Www-DThh


TimeInstant has as basetype recurrindDuration where
duration facet = P0Y
period   facet = P0Y

1999-05-31T13:20:00-05:00. 



time
====
base type is recurringDuration 
duration facet = P0Y
period   facet = PY24H ; since this instance of time occurs every 24 hours

Time are in 24 hour period.


Lexical is left truncated representation for timeInstant
with optional following time zone indicator.

13:20:00-05:00

Basic forms       
Extended forms

Fractions are indicated by [.] or [,].
Comma is preferred ( should support both).

Coordinated UTC 
===============

Time representation as above following immediately without spaces
by time-zone designator [Z].

Local Time
==========
Time difference should be expressed only in:
hours minutes
hours
+/-
Should not be used alone!

timePeriod
==========
baseType - recurringDuration with period face equal to "P0Y" (no recurrence
Domain is space of Periods of time.

So as per ISO spece is either:

a - duration of tome delimited by a specific start and specific end
b - quantity of time expressed in one or more specific components
but not associated with any specific start or end.
c - A quantity of time associated with a specific start.
d - A quantity of time associated with a specific end.

two components can be separated by a solidus [/] for a, b, and c

a) basic format:
   CCYYMMDDThhmmss/CCYYMMDDThhmmss

b) representation of duration of time 
   Basic format: PnYnMnDTnHnMnS

c) Representation of Period identified by its start and its duration.
   CCYYMMDDThhmmss/PnYnnMnDTnHnMnS

d) Representation of period identified by its duration and its end.
   PnYnMnDTnHnMnS/CCYYMMDDThhmmss

date
====

month
=====

year
====

century
=======

recurringDate
=============

recurringDay
============



TimeInstant
===========

Combination od date and time values that represent a single instant in time

Space of Gregorian dates and legal times
Lexical:


CCYY-MM-DDThh:mm:ss.ssss

CC Century
YY Year
MM Month
DD day
Optional -  by default a + is assumed or omitted
T date/time separator
hh hour
mm minute
ss.sss second  , additional digits may be used
Additional digits to left can be added to allow for years greater than 9999

CCYY-MM-DDThh:mm:ss.ssss can be followed by a Z to indicate Coordinated Universal
Time.

To indicate time zone the difference between the local time and Coordinated Universal
Time, follows the time and consist of a sign, + or - followed by hh:mm

e.g.   1999-05-31T13:20:00-05:00

TimeDuration
============
P1Y2M3DT10H30M

PnYnMnDTnH nMnS
nY number of  Years
nM number of  Hours
nD number of  days
T   date/time separator
nH number of  hours
nM number of  minutes
nS number of  seconds


recurringInstant
===============

Lexical
=======
Left truncated representation for timeInstant

-CC omitted from the timeInstant representation it means a timeinstant
that recurs every hundred years.
-CCYY omitted is designated a time instant that recurrs every year.
-Every two character "unit" of the representation that is omitted is indicated
by a single hyphen "-".
1:20 pm on May the 31st every year is
--05-31T13:20:00-05:00


*/




/**
 *  
 * @author Jeffrey Rodriguez
 * @version
 */


public final class ISO8601Format {

//    DateFormat dateJava = 0;


    public ISO8601Format( String dateString ){

    }
   
    //public DateFormat


    
    /**
     * Encodes hex octects into Base64
     * 
     * @param binaryData Array containing binaryData
     * @return Encoded Base64 array
     */
  
}                                                        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy