Package com.taursys.xml.render

This package contains rendering subcomponents for Mapper XML components.

See:
          Description

Class Summary
AbstractRenderer AbstractRenderer is the base class for all Renderers.
AbstractSubcomponentRenderer Abstract renderer for subcomponents
AttributeRenderer Subcomponent to render an attribute value to an Attribute of a DOM Element.
AttributeSelectFieldRenderer Subcomponent which can render a value from a SelectField to a DOM Element's Attribute.
AttributeTextFieldRenderer Deprecated. The AttributeTextFieldRender is no longer used.
CheckboxFieldRenderer Subcomponent which can render a value from a CheckboxField to a DOM Element as a TextNode.
DocumentElementRenderer DocumentElementRendere renders a DocumentElement.
FormRenderer FormRenderer is used by Subforms to inject their contents into their parent document.
SelectFieldRenderer Subcomponent which can render a value from a SelectField to a DOM Element as a TextNode.
StandAloneAttributeRenderer Subcomponent to render an attribute value to an Attribute of a DOM Element.
TemplateRenderer TemplateRenderer is a subcomponent which renders a Template by replication.
TextFieldRenderer Deprecated. The TextFieldRender is no longer used.
TextNodeRenderer TextNodeRenderer is a Subcomponent to render an TextNode value to a Text node of a DOM Element.
VisibleRenderer VisibleRenderer is a Renderer which simply hides or shows a component.
 

Package com.taursys.xml.render Description

This package contains rendering subcomponents for Mapper XML components. These rendering subcomponents manage the movement of the component data to the XML document.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007 Martin T Phelan. All Rights Reserved.