org.deckfour.xes.model.impl
Class XsDateTimeFormat

java.lang.Object
  extended by java.text.Format
      extended by org.deckfour.xes.model.impl.XsDateTimeFormat
All Implemented Interfaces:
Serializable, Cloneable

public class XsDateTimeFormat
extends Format

An instance of java.text.Format, which may be used to parse and format xs:dateTime values.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
XsDateTimeFormat()
           
 
Method Summary
 StringBuffer format(Object pCalendar, StringBuffer pBuffer, FieldPosition pPos)
           
 Date parseObject(String pString)
           
 Date parseObject(String pString, ParsePosition pParsePosition)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsDateTimeFormat

public XsDateTimeFormat()
Method Detail

parseObject

public Date parseObject(String pString)
                 throws ParseException
Overrides:
parseObject in class Format
Throws:
ParseException

parseObject

public Date parseObject(String pString,
                        ParsePosition pParsePosition)
Specified by:
parseObject in class Format

format

public StringBuffer format(Object pCalendar,
                           StringBuffer pBuffer,
                           FieldPosition pPos)
Specified by:
format in class Format