|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
IItem |
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. |
Method Detail |
public IItem createItem(String tagName, IAttribute[] attributes, String text, IItem[] children, IAttributeMap attrMap, ISetBuilderMap setBuilderMap, IInputStreamGenerator inputStreamGen)
tagName
- the tag name from where the item was read.attributes
- the attributes associated with the tag.text
- the plain text inside the tag.children
- all the defined children elements.attrMap
- stores the global IAttributeModule -> name mappings.setBuilderMap
- stores the global ISetBuilder -> tag name mappings.inputStreamGen
- if an external resource needs to be read, use
this generator to create the new input stream.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |