org.apache.ws.commons.util
Class XsDateFormat

java.lang.Object
  extended by java.text.Format
      extended by org.apache.ws.commons.util.XsDateTimeFormat
          extended by org.apache.ws.commons.util.XsDateFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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/interfaces inherited from class java.text.Format
java.text.Format.Field
 
Field Summary
 
Fields inherited from class org.apache.ws.commons.util.XsDateTimeFormat
parseDate, parseTime
 
Constructor Summary
XsDateFormat()
          Creates a new instance.
 
Method Summary
 
Methods inherited from class org.apache.ws.commons.util.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 2005-2005-2006 Apache Software Foundation. All Rights Reserved.