public class I2Serializer extends TypeSerializerImpl
TypeSerializer for shorts.| Modifier and Type | Field and Description |
|---|---|
static String |
EX_I2_TAG
Fully qualified name of an i2 value.
|
static String |
I2_TAG
Tag name of an i2 value.
|
VALUE_TAG, ZERO_ATTRIBUTES| Constructor and Description |
|---|
I2Serializer() |
public static final String I2_TAG
public static final String EX_I2_TAG
public void write(org.xml.sax.ContentHandler pHandler,
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.Copyright © 2001–2014. All rights reserved.