it.eng.spago.base
Class StringXMLSerializer

java.lang.Object
  extended byit.eng.spago.base.StringXMLSerializer
All Implemented Interfaces:
XMLSerializer

public class StringXMLSerializer
extends java.lang.Object
implements XMLSerializer

XML serializer with the toString method


Constructor Summary
StringXMLSerializer()
           
 
Method Summary
 void serialize(org.w3c.dom.Document document, org.w3c.dom.Element element, java.lang.String key, java.lang.Object value)
          Serialize the object source putting in the DOM document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringXMLSerializer

public StringXMLSerializer()
Method Detail

serialize

public void serialize(org.w3c.dom.Document document,
                      org.w3c.dom.Element element,
                      java.lang.String key,
                      java.lang.Object value)
Description copied from interface: XMLSerializer
Serialize the object source putting in the DOM document.

Specified by:
serialize in interface XMLSerializer
Parameters:
document - Current DOM
element - Current element in DOM
key - Key of the object to serialize
value - Object to serialize