org.infolayer.templates.elements
Class TE_else

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.elements.TE_else

public class TE_else
extends TemplateElement

The else-element is only allowed as immediate child element of <t:if> and <t:case>. For a detailed description, please refer to the corresponding sections.

See Also:
Serialized Form

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

Constructor Detail

TE_else

public TE_else()