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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOM_TAG
public static final String DOM_TAG
- The local name of a dom tag.
- See Also:
- Constant Field Values
NodeSerializer
public NodeSerializer()
getTagName
protected String getTagName()
- Description copied from class:
ExtSerializer
- Returns the unqualied tag name.
- Specified by:
getTagName
in class ExtSerializer
serialize
protected void serialize(ContentHandler pHandler,
Object pObject)
throws SAXException
- Description copied from class:
ExtSerializer
- Performs the actual serialization.
- Specified by:
serialize
in class ExtSerializer
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.