Package org.apache.xmlrpc.serializer
Class NodeSerializer
- java.lang.Object
-
- org.apache.xmlrpc.serializer.ExtSerializer
-
- org.apache.xmlrpc.serializer.NodeSerializer
-
- All Implemented Interfaces:
TypeSerializer
public class NodeSerializer extends ExtSerializer
The node serializer is serializing a DOM node.
-
-
Constructor Summary
Constructors Constructor Description NodeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetTagName()Returns the unqualied tag name.protected voidserialize(org.xml.sax.ContentHandler pHandler, java.lang.Object pObject)Performs the actual serialization.-
Methods inherited from class org.apache.xmlrpc.serializer.ExtSerializer
write
-
-
-
-
Field Detail
-
ser
private static final org.apache.ws.commons.serialize.DOMSerializer ser
-
DOM_TAG
public static final java.lang.String DOM_TAG
The local name of a dom tag.- See Also:
- Constant Field Values
-
-
Method Detail
-
getTagName
protected java.lang.String getTagName()
Description copied from class:ExtSerializerReturns the unqualied tag name.- Specified by:
getTagNamein classExtSerializer
-
serialize
protected void serialize(org.xml.sax.ContentHandler pHandler, java.lang.Object pObject) throws org.xml.sax.SAXExceptionDescription copied from class:ExtSerializerPerforms the actual serialization.- Specified by:
serializein classExtSerializer- Throws:
org.xml.sax.SAXException
-
-