|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.util.NOXMLOutputer
this class is responsible for devaki-nextobjects XML output
${project}-schema.xml
, suited to
the torque DTD, in that case there may not exist location and style
information
project.xml
, in that case there
may not exist any database information
Constructor Summary | |
NOXMLOutputer()
|
Method Summary | |
static void |
writeModel(ConceptualModel pCDM,
java.io.OutputStream out)
Write a model to an XML stream. |
static void |
writeModel(PhysicalModel pPDM,
java.io.OutputStream out)
Save a PDM to an XML stream |
static void |
writeProjectDotXml(BaseModel pBaseModel,
java.io.OutputStream out)
Write a project.xml file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NOXMLOutputer()
Method Detail |
public static void writeModel(ConceptualModel pCDM, java.io.OutputStream out)
pCDM
- the conceptual Model to writeout
- the output stream
java.io.IOException
JDOMException
public static void writeModel(PhysicalModel pPDM, java.io.OutputStream out)
pPDM
- the physical model toi writeout
- the output stream
java.io.IOException
JDOMException
public static void writeProjectDotXml(BaseModel pBaseModel, java.io.OutputStream out) throws java.io.IOException
pBaseModel
- the related modelout
- Description of the Parameter
java.io.IOException
- Description of the Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |