public class CalendarSerializer extends TypeSerializerImpl
TypeSerializer for date values.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CALENDAR_TAG
Tag name of a BigDecimal value.
|
static java.lang.String |
DATE_TAG
Tag name of a date value.
|
private static java.lang.String |
EX_CALENDAR_TAG |
private static org.apache.ws.commons.util.XsDateTimeFormat |
format |
VALUE_TAG, ZERO_ATTRIBUTES| Constructor and Description |
|---|
CalendarSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.xml.sax.ContentHandler pHandler,
java.lang.Object pObject)
Writes the object
pObject to the SAX handler
pHandler. |
write, write, writeprivate static final org.apache.ws.commons.util.XsDateTimeFormat format
public static final java.lang.String CALENDAR_TAG
private static final java.lang.String EX_CALENDAR_TAG
public static final java.lang.String DATE_TAG
public void write(org.xml.sax.ContentHandler pHandler,
java.lang.Object pObject)
throws org.xml.sax.SAXException
TypeSerializerpObject to the SAX handler
pHandler.pHandler - The destination handler.pObject - The object being written.org.xml.sax.SAXException - Writing the object failed.