org.mydm.core
Class EDocTOXML

java.lang.Object
  extended byorg.mydm.core.EDocTOXML

public class EDocTOXML
extends java.lang.Object

Gets different XML formats of the EDocument.


Constructor Summary
EDocTOXML(EDocument edoc)
          Contructor
 
Method Summary
 java.lang.String getAsXMLStringForDB()
          Gets the XML representation of EDocument, which is according to the DB Storage format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDocTOXML

public EDocTOXML(EDocument edoc)
Contructor

Parameters:
edoc - EDocument
Method Detail

getAsXMLStringForDB

public java.lang.String getAsXMLStringForDB()
Gets the XML representation of EDocument, which is according to the DB Storage format.

Returns:
String xmlstring