Uses of Class
org.dbunit.dataset.xml.FlatXmlDataSet

Packages that use FlatXmlDataSet
org.dbunit.dataset.xml   
 

Uses of FlatXmlDataSet in org.dbunit.dataset.xml
 

Methods in org.dbunit.dataset.xml that return FlatXmlDataSet
 FlatXmlDataSet FlatXmlDataSetBuilder.build(java.io.File xmlInputFile)
          Sets the flat XML input source from which the FlatXmlDataSet is to be built
 FlatXmlDataSet FlatXmlDataSetBuilder.build(org.xml.sax.InputSource inputSource)
          Sets the flat XML input source from which the FlatXmlDataSet is to be built
 FlatXmlDataSet FlatXmlDataSetBuilder.build(java.io.InputStream xmlInputStream)
          Sets the flat XML input source from which the FlatXmlDataSet is to be built
 FlatXmlDataSet FlatXmlDataSetBuilder.build(java.io.Reader xmlReader)
          Sets the flat XML input source from which the FlatXmlDataSet is to be built
 FlatXmlDataSet FlatXmlDataSetBuilder.build(java.net.URL xmlInputUrl)
          Sets the flat XML input source from which the FlatXmlDataSet is to be built
 



Copyright © 2002-2010. All Rights Reserved.