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

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

Methods in net.groboclown.xml.xdstates.v1 with parameters of type IAttributeMap
 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.
 IAttribute Factory.createAttribute(String name, String value, IAttributeMap map)
           
 void IAttribute.setupModule(IAttributeMap map)
           
 

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

Classes in net.groboclown.xml.xdstates.v1.impl that implement IAttributeMap
 class AttributeMapX
           
 

Fields in net.groboclown.xml.xdstates.v1.impl declared as IAttributeMap
private  IAttributeMap FactoryX.attrMap
           
private  IAttributeMap StateIteratorHandler.m_attrMap
           
private  IAttributeMap MacroBuilder.MNodeSet.am
           
 

Methods in net.groboclown.xml.xdstates.v1.impl that return IAttributeMap
 IAttributeMap FactoryX.createAttributeMap()
          Default attribute map is empty.
 IAttributeMap FactoryX.getAttributeMap()
          Return the last created attribute map.
 

Methods in net.groboclown.xml.xdstates.v1.impl with parameters of type IAttributeMap
 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.
 void AttributeX.setupModule(IAttributeMap map)
           
 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.setAttributeMap(IAttributeMap am)
           
 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 IAttributeMap
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