|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use TemplateElement | |
---|---|
xv.text.template | [alpha] Provides classes for creating simple text templates. |
Uses of TemplateElement in xv.text.template |
---|
Subclasses of TemplateElement in xv.text.template | |
---|---|
class |
ExpansionTemplateElement
|
class |
StringTemplateElement
Very simple template element that always appends a static string. |
Fields in xv.text.template declared as TemplateElement | |
---|---|
protected TemplateElement |
TemplateElement.nextElement
The next element in the element list, as added by addChild(TemplateElement) . |
Methods in xv.text.template that return TemplateElement | |
---|---|
TemplateElement |
TemplateElement.addChild(TemplateElement element)
Add the given template element as the child. |
TemplateElement |
StringTemplateElement.execute(TemplateEnvironment environment,
Appendable out)
|
abstract TemplateElement |
TemplateElement.execute(TemplateEnvironment environment,
Appendable out)
Execute the current token. |
TemplateElement |
ExpansionTemplateElement.execute(TemplateEnvironment environment,
Appendable out)
|
Methods in xv.text.template with parameters of type TemplateElement | |
---|---|
TemplateElement |
TemplateElement.addChild(TemplateElement element)
Add the given template element as the child. |
Constructors in xv.text.template with parameters of type TemplateElement | |
---|---|
Template(TemplateElement rootElement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |