|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.xml.render.AbstractSubcomponentRenderer com.taursys.xml.render.AttributeRenderer
Subcomponent to render an attribute value to an Attribute of a DOM Element.
Field Summary |
Fields inherited from class com.taursys.xml.render.AbstractSubcomponentRenderer |
component, da, id |
Constructor Summary | |
AttributeRenderer(Attribute attribute)
Constructs a new AttributeRender for the given Attribute. |
Method Summary | |
void |
render()
Renders the Attribute to an attribute of an Element in a Document. |
Methods inherited from class com.taursys.xml.render.AbstractSubcomponentRenderer |
init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeRenderer(Attribute attribute)
attribute
- which this renderer belongs toMethod Detail |
public void render() throws RenderException
RenderException
- if any problem occurs during rendering
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |