org.apache.xmlrpc.serializer

Class TypeSerializerImpl

public abstract class TypeSerializerImpl extends Object implements TypeSerializer

Abstract base implementation of a type serializer.
Field Summary
static StringVALUE_TAG
Tag name of a value element.
protected static AttributesZERO_ATTRIBUTES
Method Summary
protected voidwrite(ContentHandler pHandler, String pTagName, String pValue)
protected voidwrite(ContentHandler pHandler, String pTagName, char[] pValue)
protected voidwrite(ContentHandler pHandler, String pLocalName, String pQName, String pValue)

Field Detail

VALUE_TAG

public static final String VALUE_TAG
Tag name of a value element.

ZERO_ATTRIBUTES

protected static final Attributes ZERO_ATTRIBUTES

Method Detail

write

protected void write(ContentHandler pHandler, String pTagName, String pValue)

write

protected void write(ContentHandler pHandler, String pTagName, char[] pValue)

write

protected void write(ContentHandler pHandler, String pLocalName, String pQName, String pValue)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.