Package org.dbunit.dataset.xml
Class FlatDtdWriter.SequenceModel
java.lang.Object
org.dbunit.dataset.xml.FlatDtdWriter.ContentModel
org.dbunit.dataset.xml.FlatDtdWriter.SequenceModel
- Enclosing class:
FlatDtdWriter
FlatDtdWriter.ContentModel that renders table names as a comma-separated,
ordered sequence.- Since:
- Jun 13, 2003
- Version:
- $Revision$ $Date$
- Author:
- Manuel Laflamme, Last changed by: $Author$
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(PrintWriter writer, String tableName, int tableIndex, int tableCount) Writes the given table's content-model declaration.Methods inherited from class org.dbunit.dataset.xml.FlatDtdWriter.ContentModel
toString
-
Method Details
-
write
Description copied from class:FlatDtdWriter.ContentModelWrites the given table's content-model declaration.- Specified by:
writein classFlatDtdWriter.ContentModel- Parameters:
writer- the writer to write to.tableName- the table name.tableIndex- the index of the table among tableCount, used to decide separators.tableCount- the total number of tables being written.
-