org.apache.xmlrpc.serializer
Class TypeSerializerImpl
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
- TypeSerializer
public abstract class TypeSerializerImpl
extends java.lang.Object
Abstract base implementation of a type serializer.
protected void | write(ContentHandler pHandler, String pTagName, String pValue)
|
protected void | write(ContentHandler pHandler, String pLocalName, String pQName, String pValue)
|
protected void | write(ContentHandler pHandler, String pTagName, char[] pValue)
|
VALUE_TAG
public static final String VALUE_TAG
Tag name of a value element.
ZERO_ATTRIBUTES
protected static final Attributes ZERO_ATTRIBUTES
write
protected void write(ContentHandler pHandler,
String pTagName,
String pValue)
throws SAXException
write
protected void write(ContentHandler pHandler,
String pLocalName,
String pQName,
String pValue)
throws SAXException
write
protected void write(ContentHandler pHandler,
String pTagName,
char[] pValue)
throws SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.