Uses of Class
org.infolayer.templates.ParameterizedElement

Packages that use ParameterizedElement
org.infolayer.templates.elements   
 

Uses of ParameterizedElement in org.infolayer.templates.elements
 

Subclasses of ParameterizedElement in org.infolayer.templates.elements
 class TE_call
          The <t:call> element is replaced by the content of the template denoted by template or file attribute.
 class TE_include
          The <include>-element inserts the file denoted by the file attribute.
 class 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.