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

List of all members.

Static Public Attributes

static final String VALUE_TAG = "value"

Protected Member Functions

void write (ContentHandler pHandler, String pTagName, String pValue) throws SAXException
void write (ContentHandler pHandler, String pTagName, char[] pValue) throws SAXException
void write (ContentHandler pHandler, String pLocalName, String pQName, String pValue) throws SAXException

Static Protected Attributes

static final Attributes ZERO_ATTRIBUTES = new AttributesImpl()

Detailed Description

Abstract base implementation of a type serializer.

Definition at line 29 of file TypeSerializerImpl.java.


Member Function Documentation

void org.apache.xmlrpc.serializer.TypeSerializerImpl.write ( ContentHandler  pHandler,
String  pTagName,
String  pValue 
) throws SAXException [inline, protected]

Definition at line 35 of file TypeSerializerImpl.java.

void org.apache.xmlrpc.serializer.TypeSerializerImpl.write ( ContentHandler  pHandler,
String  pTagName,
char[]  pValue 
) throws SAXException [inline, protected]

Definition at line 39 of file TypeSerializerImpl.java.

void org.apache.xmlrpc.serializer.TypeSerializerImpl.write ( ContentHandler  pHandler,
String  pLocalName,
String  pQName,
String  pValue 
) throws SAXException [inline, protected]

Definition at line 51 of file TypeSerializerImpl.java.


Member Data Documentation

Tag name of a value element.

Definition at line 33 of file TypeSerializerImpl.java.

final Attributes org.apache.xmlrpc.serializer.TypeSerializerImpl.ZERO_ATTRIBUTES = new AttributesImpl() [static, protected]

Definition at line 30 of file TypeSerializerImpl.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