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

List of all members.

Static Public Attributes

static final String DOM_TAG = "dom"

Protected Member Functions

String getTagName ()
void serialize (ContentHandler pHandler, Object pObject) throws SAXException

Static Package Functions

 [static initializer]

Static Private Attributes

static final DOMSerializer ser = new DOMSerializer()

Detailed Description

The node serializer is serializing a DOM node.

Definition at line 29 of file NodeSerializer.java.


Member Function Documentation

org.apache.xmlrpc.serializer.NodeSerializer.[static initializer] ( ) [inline, static, package]
String org.apache.xmlrpc.serializer.NodeSerializer.getTagName ( ) [inline, protected, virtual]

Returns the unqualied tag name.

Implements org.apache.xmlrpc.serializer.ExtSerializer.

Definition at line 39 of file NodeSerializer.java.

void org.apache.xmlrpc.serializer.NodeSerializer.serialize ( ContentHandler  pHandler,
Object  pObject 
) throws SAXException [inline, protected, virtual]

Performs the actual serialization.

Implements org.apache.xmlrpc.serializer.ExtSerializer.

Definition at line 41 of file NodeSerializer.java.


Member Data Documentation

The local name of a dom tag.

Definition at line 37 of file NodeSerializer.java.

final DOMSerializer org.apache.xmlrpc.serializer.NodeSerializer.ser = new DOMSerializer() [static, private]

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