org.infolayer.templates.html
Class TE_eval

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.elements.TE_valueOf
              extended byorg.infolayer.templates.html.TE_valueOf
                  extended byorg.infolayer.templates.html.TE_eval

public class TE_eval
extends TE_valueOf

Inserts the evaluation result of the OCL expression contained in the expr-attribute. If an format-attribute is present, the contained format string is taken into account. Child elements of <t:eval> are processed only if the evaluation results in null.

Attributes

expr
(required) Determines the replacement value.
format
Formatting instructions for the evaluation result.

See Also:
Serialized Form

Constructor Summary
TE_eval()
           
 
Methods inherited from class org.infolayer.templates.html.TE_valueOf
apply
 
Methods inherited from class org.infolayer.templates.elements.TE_valueOf
init
 
Methods inherited from class org.infolayer.templates.TemplateElement
applyChildren, assertNoChildren, assertNoChildren, getAttributeValue, getVarDefs, readTextContent, setVarDefs, writeAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TE_eval

public TE_eval()