org.apache.xmlrpc.serializer

Class I4Serializer

Implemented Interfaces:
TypeSerializer

public class I4Serializer
extends TypeSerializerImpl

A TypeSerializer for integers.

Field Summary

static String
I4_TAG
Tag name of an i4 value.
static String
INT_TAG
Tag name of an int value.

Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

VALUE_TAG, ZERO_ATTRIBUTES

Method Summary

void
write(ContentHandler pHandler, Object pObject)

Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

write, write, write

Field Details

I4_TAG

public static final String I4_TAG
Tag name of an i4 value.

INT_TAG

public static final String INT_TAG
Tag name of an int value.

Method Details

write

public void write(ContentHandler pHandler,
                  Object pObject)
            throws SAXException
Specified by:
write in interface TypeSerializer

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.