org.apache.xmlrpc.serializer

Class BooleanSerializer

Implemented Interfaces:
TypeSerializer

public class BooleanSerializer
extends TypeSerializerImpl

A TypeSerializer for booleans.

Field Summary

static String
BOOLEAN_TAG
Tag name of a boolean 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

BOOLEAN_TAG

public static final String BOOLEAN_TAG
Tag name of a boolean 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.