org.infolayer.templates.wml
Class TE_property
java.lang.Object
org.kxml2.kdom.Element
org.infolayer.templates.TemplateElement
org.infolayer.templates.wml.TE_property
- public class TE_property
- extends TemplateElement
Simplified version of the HTML variant of this element (read-only): Displays the value
of the property denoted by the name attribute.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TE_property
public TE_property()
writePart
public static void writePart(XmlSerializer xw,
IlRequest context,
UmlObject object,
UmlProperty property)
throws java.lang.IllegalArgumentException,
java.lang.IllegalStateException,
java.io.IOException
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
java.io.IOException
apply
public void apply(XmlSerializer xw,
IlRequest context,
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