org.codehaus.xfire.util.date
Class XsDateFormat

java.lang.Object
  extended byjava.text.Format
      extended byorg.codehaus.xfire.util.date.XsDateTimeFormat
          extended byorg.codehaus.xfire.util.date.XsDateFormat
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class XsDateFormat
extends XsDateTimeFormat

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.text.Format
java.text.Format.Field
 
Constructor Summary
XsDateFormat()
          Creates a new instance.
 
Methods inherited from class org.codehaus.xfire.util.date.XsDateTimeFormat
format, parseObject
 
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

XsDateFormat

public XsDateFormat()
Creates a new instance.



Copyright © 2004-2006 null. All Rights Reserved.