|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Handle template actions created by template elements.
| Method Summary | |
void |
append(java.lang.String pContent)
Append content to the default section |
void |
append(java.lang.String pSectionName,
java.lang.String pContent)
Append content to a given section. |
java.lang.String |
getDefaultSection()
Transitional method: Section name needed for creating BasicUnits. |
int |
getLastElementType()
Get the element type of the last block processed. |
Section |
getSection(java.lang.String pSectionName)
Get the named section. |
void |
setDefaultSection(java.lang.String pSectionName)
Set the default section to add content to. |
void |
setLastElementType(int pLastElementType)
Set the element type of the last block processed. |
| Method Detail |
public void setDefaultSection(java.lang.String pSectionName)
pSectionName - Name of default section.public java.lang.String getDefaultSection()
public Section getSection(java.lang.String pSectionName)
pSectionName - Name of section.public void append(java.lang.String pContent)
pContent - Content to append to default section.
public void append(java.lang.String pSectionName,
java.lang.String pContent)
pSectionName - Name of section to append content to.pContent - Content to append to section.public int getLastElementType()
public void setLastElementType(int pLastElementType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||