net.groboclown.xml.xdstates.v1
Interface IStateIterator

All Known Implementing Classes:
StateIteratorX

public interface IStateIterator

This class handles the loading of IXMLResource instances from an XML file. You can define a resource in the XML document by associating the "class" attribute with each tag. Its value specifies which class is used to instantiate the instance. Also, you may specify the "jarURL" attribute to tell the handler in which jar file the class definition can be found. If no jarURL attribute is given, then the class is loaded from the default class loader.

If no class is specified, then the tag is loaded as a DefaultXMLResource instance.

Version:
Alpha 0.9.0 - JDK 1.0+
Author:
Matt Albrecht

Method Summary
 Properties getNext()
           
 Properties getNext(Properties prop)
           
 boolean hasNext()
           
 

Method Detail

hasNext

public boolean hasNext()

getNext

public Properties getNext(Properties prop)

getNext

public Properties getNext()


Written under the LGPL