Devsphere.com


Package com.devsphere.xml.taglib.output.tag

Tag handlers for the JSP actions that output XML documents.

See:
          Description

Class Summary
Attribute Handler for the <o:attribute> tag that adds an attribute to a variable exported by <o:attributes>.
Attributes Handler for the <o:attributes> tag, which exports a variable holding a SAX list of attributes.
Comment Handler for the <o:comment> tag that outputs an XML comment.
Data Handler for the <o:data> tag that outputs character data.
Document Handler for the <o:document> tag that outputs a DOM tree or just sets the context for generating an XML document dynamically.
Element Handler for the <o:element> tag that outputs an XML element.
End Handler for the <o:end> tag that outputs the end tag of an XML element.
Fragment Handler for the <o:fragment> tag that outputs a DOM fragment/sub-tree.
OutputSupport This class provides support for XML output tag handlers.
PI Handler for the <o:pi> tag that outputs an XML processing instruction.
Start Handler for the <o:start> tag that outputs the start tag of an XML element.
 

Package com.devsphere.xml.taglib.output.tag Description

Tag handlers for the JSP actions that output XML documents.


 Devsphere.com