Class FlatDtdProducer

java.lang.Object
org.dbunit.dataset.xml.FlatDtdProducer
All Implemented Interfaces:
IDataSetProducer, EntityResolver, DeclHandler, LexicalHandler

public class FlatDtdProducer extends Object implements IDataSetProducer, EntityResolver, DeclHandler, LexicalHandler
Produces a DataSet from a flat DTD. Only external DTDs are supported and for the root element only the following declarations are supported.
  • ANY: like <!Element dataset ANY>
  • sequences: like <!Element dataset (first*,second,third?)gt;
  • choices: like <!Element dataset (first|second+|third)>
Combinations of sequences and choices are not support nor are #PCDATA or EMPTY declarations.
Since:
Apr 27, 2003
Version:
$Revision$ $Date$
Author:
Manuel Laflamme, Last changed by: $Author$