Package org.exolab.castor.xml.handlers
Class DateFieldHandler.ParseOptions
java.lang.Object
org.exolab.castor.xml.handlers.DateFieldHandler.ParseOptions
- Enclosing class:
- DateFieldHandler
A class for controlling the parse options. There is currently only one
parse option.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
If true and the 'T' field is not present, a xsd:date is parsed, else xsd:dateTime. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_allowNoTime
public boolean _allowNoTimeIf true and the 'T' field is not present, a xsd:date is parsed, else xsd:dateTime.
-
-
Constructor Details
-
ParseOptions
ParseOptions()
-