org.apache.xmlrpc.serializer
Class NodeSerializer
- TypeSerializer
public class NodeSerializer
The node serializer is serializing a DOM node.
static String | DOM_TAG - The local name of a dom tag.
|
protected String | getTagName() - Returns the unqualied tag name.
|
protected void | serialize(ContentHandler pHandler, Object pObject) - Performs the actual serialization.
|
DOM_TAG
public static final String DOM_TAG
The local name of a dom tag.
serialize
protected void serialize(ContentHandler pHandler,
Object pObject)
throws SAXException
Performs the actual serialization.
- serialize in interface ExtSerializer
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.