|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttribute | |
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 IAttribute in net.groboclown.xml.xdstates.v1 |
Methods in net.groboclown.xml.xdstates.v1 that return IAttribute | |
IAttribute[] |
ISet.getAttributes()
|
IAttribute |
ISet.getAttribute(String name)
|
IAttribute |
Factory.createAttribute(String name,
String value,
IAttributeMap map)
|
IAttribute |
IAttribute.copy()
|
Methods in net.groboclown.xml.xdstates.v1 with parameters of type IAttribute | |
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. |
ISet |
Factory.createSet(IAttribute[] attr,
IItem[] items)
|
Uses of IAttribute in net.groboclown.xml.xdstates.v1.impl |
Classes in net.groboclown.xml.xdstates.v1.impl that implement IAttribute | |
class |
AttributeX
In its most basic form, an Attribute is a name-value pair. |
Fields in net.groboclown.xml.xdstates.v1.impl declared as IAttribute | |
private IAttribute[] |
SetX.attr
|
(package private) IAttribute[] |
StateIteratorHandler.Holder.attr
|
private IAttribute |
MacroBuilder.MNodeSet.tagName
|
Methods in net.groboclown.xml.xdstates.v1.impl that return IAttribute | |
IAttribute |
AttributeX.copy()
|
IAttribute[] |
SetX.getAttributes()
|
IAttribute |
SetX.getAttribute(String name)
|
Methods in net.groboclown.xml.xdstates.v1.impl with parameters of type IAttribute | |
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 |
SetX.addAttributes(IAttribute[] attribs)
|
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 IAttribute | |
SetX(IAttribute[] attr,
IItem[] kids)
|
|
SetX(IAttribute[] attr,
IItem[] kids,
boolean _doFireForEachIteration)
|
|
SetX(IAttribute[] attr)
|
|
SetX(IAttribute[] attr,
boolean _doFireForEachIteration)
|
|
XmlStatesBuilder.XmlStatesSet(IAttribute[] attr,
IItem[] kids)
|
|
StateIteratorHandler.Holder(String localName,
IAttribute[] attr)
|
|
MacroBuilder.MacroSet(IAttribute[] attr,
IItem[] kids)
|
|
MacroBuilder.MNodeSet(IAttribute tagName,
ISetBuilderMap sbm,
IAttributeMap am,
IInputStreamGenerator isg,
IAttribute[] attr,
IItem[] kids)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |