|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ddlutils.io.DataDtdWriter
public class DataDtdWriter
Generates the DTD for data xml files usable with a specified database model. TODO: Make names (tables, columns) XML-compliant
| Constructor Summary | |
|---|---|
DataDtdWriter()
|
|
| Method Summary | |
|---|---|
void |
writeDtd(Database model,
java.io.Writer output)
Writes the DTD for data xml files for the given database model, to the specified writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataDtdWriter()
| Method Detail |
|---|
public void writeDtd(Database model,
java.io.Writer output)
throws java.io.IOException
model - The database modeloutput - The writer to write the DTD to
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||