|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to template code parsing.
| Method Summary | |
SectionSet |
getSectionSet()
Get SectionSet built from parse. |
void |
parse()
Parse text and update SectionSet. |
void |
setPropertySet(PropertySet pPropertySet)
Set PropertySet to be used in parse. |
void |
setSectionSet(SectionSet pSectionSet)
Set SectionSet to be used in parse. |
void |
setSourceText(java.lang.String pSourceText)
Set source text to be parsed. |
| Method Detail |
public void setSourceText(java.lang.String pSourceText)
throws TemplateParserException
pSourceText - Source text to be parsed.
TemplateParserException - Thrown if pSourceText is null.
public void setSectionSet(SectionSet pSectionSet)
throws TemplateParserException
pSectionSet - SectionSet used in parse.
TemplateParserException - Thrown if pSectionSet is null.
public void setPropertySet(PropertySet pPropertySet)
throws TemplateParserException
pPropertySet - PropertySet used in parse.
TemplateParserException - Thrown if pPropertySet is null.
public void parse()
throws StandardException,
TemplateParserException
StandardException
TemplateParserExceptionpublic SectionSet getSectionSet()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||