Uses of Class xdoclet.template.TemplateEngine

Uses in package xdoclet.template

Classes derived from xdoclet.template.TemplateEngine

class
Subclass of Template Engine that do not generate anything but only parse the document.

Methods with return type xdoclet.template.TemplateEngine

TemplateEngine
Gets the EngineInstance attribute of the TemplateEngine class

Uses in package xdoclet

Methods with parameter type xdoclet.template.TemplateEngine

void
Sets the Engine attribute of the TemplateSubTask object

Methods with return type xdoclet.template.TemplateEngine

TemplateEngine
Gets the Engine attribute of the TemplateSubTask object
TemplateEngine
Gets the Engine attribute of the TemplateTagHandler object.

Uses in package xdoclet.tagshandler

Methods with parameter type xdoclet.template.TemplateEngine

void
ClassTagsHandler.forAllDistinctClassTags(TemplateEngine engine, String template, String tagName, String paramName)
Iterates over all tags named according to tagName in a non-duplicated manner.