|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.utils.SerializableElement
public final class SerializableElement
Class for wrapping DOM elements to support transparent serialization. Serialization is based on writing out the XML text of the element.
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 |
---|
public SerializableElement(org.w3c.dom.Element e)
e
- element needing serializationMethod Detail |
---|
public org.w3c.dom.Element getElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |