Apache CXF API

org.apache.cxf.aegis.util.date
Class XsDateTimeFormat

java.lang.Object
  extended by java.text.Format
      extended by org.apache.cxf.aegis.util.date.XsDateTimeFormat
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
TimezoneLessXsDateFormat, XsDateFormat, XsTimeFormat

public class XsDateTimeFormat
extends Format

An instance of 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()
          Creates a new instance.
 
Method Summary
 StringBuffer format(Object pCalendar, StringBuffer pBuffer, FieldPosition pPos)
           
 Object parseObject(String pString, ParsePosition pParsePosition)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsDateTimeFormat

public XsDateTimeFormat()
Creates a new instance.

Method Detail

parseObject

public Object 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

Apache CXF API

Apache CXF