Uses of Interface
net.groboclown.xml.xdstates.v1.IStateIterator

Packages that use IStateIterator
net.groboclown.xml.xdstates.v1 A framework which allows for the generation of permutations of data from an XML file. 
net.groboclown.xml.xdstates.v1.impl   
net.groboclown.xml.xdstates.v1.tests   
 

Uses of IStateIterator in net.groboclown.xml.xdstates.v1
 

Methods in net.groboclown.xml.xdstates.v1 that return IStateIterator
 IStateIterator StateIteratorLoader.getFromResource(String resourceName)
          Get the resource from a classpath resource.
 IStateIterator StateIteratorLoader.getFromFile(String resourceFile)
           
 IStateIterator StateIteratorLoader.getFromURL(String resourceURL)
           
 IStateIterator StateIteratorLoader.getFromStream(IInputStreamGenerator isg, String systemID)
           
 

Uses of IStateIterator in net.groboclown.xml.xdstates.v1.impl
 

Classes in net.groboclown.xml.xdstates.v1.impl that implement IStateIterator
 class StateIteratorX
          This class handles the loading of IXMLResource instances from an XML file.
 

Uses of IStateIterator in net.groboclown.xml.xdstates.v1.tests
 

Fields in net.groboclown.xml.xdstates.v1.tests declared as IStateIterator
private  IStateIterator StatesPropertyWriter.it
           
 

Methods in net.groboclown.xml.xdstates.v1.tests with parameters of type IStateIterator
protected  void TestSelectModule.iteratorTest(IStateIterator it, Properties[] expected)
           
 

Constructors in net.groboclown.xml.xdstates.v1.tests with parameters of type IStateIterator
StatesPropertyWriter(String basePropertyFileName, String classname, IStateIterator it)
           
 



Written under the LGPL