Package org.apache.xmlrpc.serializer
Class NodeSerializer
java.lang.Object
org.apache.xmlrpc.serializer.ExtSerializer
org.apache.xmlrpc.serializer.NodeSerializer
- All Implemented Interfaces:
TypeSerializer
The node serializer is serializing a DOM node.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the unqualied tag name.protected void
serialize
(ContentHandler pHandler, Object pObject) Performs the actual serialization.Methods inherited from class org.apache.xmlrpc.serializer.ExtSerializer
write
-
Field Details
-
ser
private static final org.apache.ws.commons.serialize.DOMSerializer ser -
DOM_TAG
The local name of a dom tag.- See Also:
-
-
Constructor Details
-
NodeSerializer
public NodeSerializer()
-
-
Method Details
-
getTagName
Description copied from class:ExtSerializer
Returns the unqualied tag name.- Specified by:
getTagName
in classExtSerializer
-
serialize
Description copied from class:ExtSerializer
Performs the actual serialization.- Specified by:
serialize
in classExtSerializer
- Throws:
SAXException
-