Public Member Functions | Static Public Attributes
org.apache.xmlrpc.serializer.FloatSerializer Class Reference
Inheritance diagram for org.apache.xmlrpc.serializer.FloatSerializer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void write (ContentHandler pHandler, Object pObject) throws SAXException

Static Public Attributes

static final String EX_FLOAT_TAG = "ex:float"
static final String FLOAT_TAG = "float"

Detailed Description

A TypeSerializer for floats.

Definition at line 26 of file FloatSerializer.java.


Member Function Documentation

void org.apache.xmlrpc.serializer.FloatSerializer.write ( ContentHandler  pHandler,
Object  pObject 
) throws SAXException [inline]

Writes the object pObject to the SAX handler pHandler.

Parameters:
pHandlerThe destination handler.
pObjectThe object being written.
Exceptions:
SAXExceptionWriting the object failed.

Implements org.apache.xmlrpc.serializer.TypeSerializer.

Definition at line 35 of file FloatSerializer.java.


Member Data Documentation

Fully qualified name of a float value.

Definition at line 33 of file FloatSerializer.java.

Tag name of a float value.

Definition at line 29 of file FloatSerializer.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50