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

Packages that use ISetBuilderMap
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 ISetBuilderMap in net.groboclown.xml.xdstates.v1
 

Methods in net.groboclown.xml.xdstates.v1 with parameters of type ISetBuilderMap
 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.
 

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

Classes in net.groboclown.xml.xdstates.v1.impl that implement ISetBuilderMap
 class SetBuilderMapX
           
 

Fields in net.groboclown.xml.xdstates.v1.impl declared as ISetBuilderMap
private  ISetBuilderMap FactoryX.setMap
           
private  ISetBuilderMap StateIteratorHandler.m_sbMap
           
private  ISetBuilderMap MacroBuilder.MNodeSet.sbm
           
 

Methods in net.groboclown.xml.xdstates.v1.impl that return ISetBuilderMap
 ISetBuilderMap FactoryX.createSetBuilderMap()
          Default SetBuilders include <xmlstates>, <module>, <set>, <macro>, and <include>.
 ISetBuilderMap FactoryX.getSetBuilderMap()
          Return the last created set builder map.
private static ISetBuilderMap FactoryX.s_makeSetBuilderMap()
           
 

Methods in net.groboclown.xml.xdstates.v1.impl with parameters of type ISetBuilderMap
 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.
 void StateIteratorHandler.setSetBuilderMap(ISetBuilderMap sbm)
           
 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 ISetBuilderMap
ForEachIterationBuilder(ISetBuilderMap map)
           
IncludeBuilder(ISetBuilderMap map)
           
XmlStatesBuilder(ISetBuilderMap map)
           
StateIteratorHandler(IInputStreamGenerator isg, String systemId, IAttributeMap am, ISetBuilderMap sbm)
          Specify the system id and InputStream loader.
SetBuilder(ISetBuilderMap map)
           
MacroBuilder(ISetBuilderMap map)
           
MacroBuilder.MNodeSet(IAttribute tagName, ISetBuilderMap sbm, IAttributeMap am, IInputStreamGenerator isg, IAttribute[] attr, IItem[] kids)
           
ModuleBuilder(ISetBuilderMap map)
           
 



Written under the LGPL