public class I4Serializer extends TypeSerializerImpl
TypeSerializer
for integers.Modifier and Type | Field and Description |
---|---|
static String |
I4_TAG
Tag name of an i4 value.
|
static String |
INT_TAG
Tag name of an int value.
|
VALUE_TAG, ZERO_ATTRIBUTES
Constructor and Description |
---|
I4Serializer() |
Modifier and Type | Method and Description |
---|---|
void |
write(ContentHandler pHandler,
Object pObject)
Writes the object
pObject to the SAX handler
pHandler . |
write, write, write
public static final String INT_TAG
public static final String I4_TAG
public void write(ContentHandler pHandler, Object pObject) throws SAXException
TypeSerializer
pObject
to the SAX handler
pHandler
.pHandler
- The destination handler.pObject
- The object being written.SAXException
- Writing the object failed.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.