org.apache.ode.utils
Class SerializableElement

java.lang.Object
  extended by org.apache.ode.utils.SerializableElement
All Implemented Interfaces:
java.io.Serializable

public final class SerializableElement
extends java.lang.Object
implements java.io.Serializable

Class for wrapping DOM elements to support transparent serialization. Serialization is based on writing out the XML text of the element.

See Also:
Serialized Form

Constructor Summary
SerializableElement(org.w3c.dom.Element e)
          Constructor, give the element to serialize as the argument.
 
Method Summary
 org.w3c.dom.Element getElement()
          Get the contained element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableElement

public SerializableElement(org.w3c.dom.Element e)
Constructor, give the element to serialize as the argument.

Parameters:
e - element needing serialization
Method Detail

getElement

public org.w3c.dom.Element getElement()
Get the contained element.

Returns:
contained element