Package org.infolayer.templates.elements

Class Summary
TE_assign The <t:assign>-element can be used to alter the value of variables declared by in a <t:variable>-element.
TE_attribute The <t:attribute> element generates an XML attribute for a previous <t:element>-element, or for a literal XML element embedded in the template source code.
TE_call The <t:call> element is replaced by the content of the template denoted by template or file attribute.
TE_case Please refer to the description of <t:switch>.
TE_choose The choose element allows conditional processing of sub-elements.
TE_comment The element <t:comment> generates a comment from the contained text.
TE_context The context element changes the evaluation context for all child elements.
TE_element The <t:element> element generates an XML element.
TE_else The else-element is only allowed as immediate child element of <t:if> and <t:case>.
TE_eval Inserts the evaluation result of the OCL expression contained in the expr-attribute.
TE_forAll Processes all child elements for each element of the collection obtained from evaluating the expr-attribute.
TE_if The <t:if> element allows conditional processing of child elements, depending on the expr-attribute.
TE_include The <include>-element inserts the file denoted by the file attribute.
TE_inner Please refer to the description of <t:call>.
TE_iterate Processes all child elements for each element of the collection obtained from evaluating the expr-attribute.
TE_let  
TE_otherwise The otherwise-element is only allowed as immediate child element of <t:choose> and <t:switch>, denoting the corresponding default branch.
TE_outer The <t:outer> element works similar to the <t:include> element, but the other way around: Like for <t:include>, the <t:outer> element is replaced by the contents of the file denoted by the file attribute.
TE_param The <t:param>-element declares a variable that is initialized from a parameter set via the <t:withParam> element.
TE_recurse  
TE_recursion  
TE_switch The <t:switch> element allows conditional processing of <t:case> sub-elements.
TE_text Writes the contained text to the target document.
TE_urlParam Binds an url parameter to a variable
TE_valueOf Inserts the evaluation result of the OCL expression contained in the expr-attribute.
TE_variable The <t:variable>-element declares a variable.
TE_when Please refer to the description of <t:switch>.
TE_withParam The <t:withParam> element allows the transmission of parameters to other templates, referenced by the template elements call and the XHTML template element link.
Util