Uses of Interface
net.groboclown.util.io.v1.IInputStreamGenerator

Packages that use IInputStreamGenerator
net.groboclown.util.io.v1 Utilities and Java I/O extentions to speed up development time of file and stream processing in your app. 
net.groboclown.xml.resource.v1 Resource objects which can be loaded from XML. 
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   
 

Uses of IInputStreamGenerator in net.groboclown.util.io.v1
 

Classes in net.groboclown.util.io.v1 that implement IInputStreamGenerator
 class FileInputStreamGenerator
          A type of class which can generate a new InputStream based on just a partial name.
 class HashtableInputStreamGenerator
          A type of class which can generate a new InputStream based on a entry in a Hashtable.
 class ResourceInputStreamGenerator
          A type of class which can generate a new InputStream based on just a partial name.
 class URLInputStreamGenerator
          A type of class which can generate a new InputStream based on just a partial name.
 

Uses of IInputStreamGenerator in net.groboclown.xml.resource.v1
 

Fields in net.groboclown.xml.resource.v1 declared as IInputStreamGenerator
private  IInputStreamGenerator XMLResourceHandler.m_isg
           
 

Methods in net.groboclown.xml.resource.v1 with parameters of type IInputStreamGenerator
 IXMLResource[] XMLResourceLink.loadChildren(IInputStreamGenerator isg)
          Root method invoked by XMLResourceHandler.
 IXMLResource XMLResourceLoader.getFromStream(IInputStreamGenerator isg, String systemID)
           
 

Constructors in net.groboclown.xml.resource.v1 with parameters of type IInputStreamGenerator
XMLResourceHandler(IInputStreamGenerator isg, String systemId)
          Specify the system id.
 

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

Methods in net.groboclown.xml.xdstates.v1 with parameters of type IInputStreamGenerator
 IItem ISetBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IStateIterator StateIteratorLoader.getFromStream(IInputStreamGenerator isg, String systemID)
           
 void StateIteratorLoader.readHandler(StateIteratorHandler handler, IInputStreamGenerator isg, String systemID)
           
 StateIteratorHandler StateIteratorLoader.getHandlerFromStream(IInputStreamGenerator isg, String systemID)
           
 

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

Fields in net.groboclown.xml.xdstates.v1.impl declared as IInputStreamGenerator
private  IInputStreamGenerator StateIteratorHandler.m_isg
           
private  IInputStreamGenerator MacroBuilder.MNodeSet.isg
           
 

Methods in net.groboclown.xml.xdstates.v1.impl with parameters of type IInputStreamGenerator
 IItem MacroPrototypeBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem ForEachIterationBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem IncludeBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem XmlStatesBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem SetBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem SetBuilder.ElBuildo.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem MacroBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem MacroBuilder.MSubTreeBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem MacroBuilder.MNodeBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 IItem ModuleBuilder.createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
          The builder will create a new IItem to be placed into the tree, as a child of the given parent.
 

Constructors in net.groboclown.xml.xdstates.v1.impl with parameters of type IInputStreamGenerator
StateIteratorHandler(IInputStreamGenerator isg, String systemId)
          Specify the system id and InputStream loader.
StateIteratorHandler(IInputStreamGenerator isg, String systemId, IAttributeMap am, ISetBuilderMap sbm)
          Specify the system id and InputStream loader.
MacroBuilder.MNodeSet(IAttribute tagName, ISetBuilderMap sbm, IAttributeMap am, IInputStreamGenerator isg, IAttribute[] attr, IItem[] kids)
           
 



Written under the LGPL