Class TypeSerializerImpl
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
- All Implemented Interfaces:
TypeSerializer
- Direct Known Subclasses:
BigDecimalSerializer, BigIntegerSerializer, BooleanSerializer, ByteArraySerializer, CalendarSerializer, DateSerializer, DoubleSerializer, FloatSerializer, I1Serializer, I2Serializer, I4Serializer, I8Serializer, MapSerializer, NullSerializer, ObjectArraySerializer, SerializableSerializer, StringSerializer
Abstract base implementation of a type serializer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTag name of a value element.protected static final Attributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwrite(ContentHandler pHandler, String pTagName, char[] pValue) protected voidwrite(ContentHandler pHandler, String pTagName, String pValue) protected voidwrite(ContentHandler pHandler, String pLocalName, String pQName, String pValue) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TypeSerializer
write
-
Field Details
-
ZERO_ATTRIBUTES
-
VALUE_TAG
-
-
Constructor Details
-
TypeSerializerImpl
public TypeSerializerImpl()
-
-
Method Details
-
write
- Throws:
SAXException
-
write
- Throws:
SAXException
-
write
protected void write(ContentHandler pHandler, String pLocalName, String pQName, String pValue) throws SAXException - Throws:
SAXException
-