org.infolayer.templates.elements
Class TE_element

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

public class TE_element
extends TemplateElement

The <t:element> element generates an XML element. The name and namespace ot the element are defined in attributes.

Attributes

name
The name of the generated element
namespace
The namespace of the generated element

See Also:
Serialized Form

Constructor Summary
TE_element()
           
 
Method Summary
 void apply(XmlSerializer xw, IlRequest request, Bindings bindings)
          Applies the template mechanism.
 
Methods inherited from class org.infolayer.templates.TemplateElement
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_element

public TE_element()
Method Detail

apply

public void apply(XmlSerializer xw,
                  IlRequest request,
                  Bindings bindings)
           throws java.io.IOException
Description copied from class: TemplateElement
Applies the template mechanism. Must be overwritten in the

Overrides:
apply in class TemplateElement
Throws:
java.io.IOException