Devsphere.com


Package com.devsphere.xml.taglib.process.tag

Tag handlers for the JSP actions that process XML documents.

See:
          Description

Class Summary
Data Handler for the <p:data> tag, whose body can process a characters() SAX event.
Element Handler for the <p:element> tag, whose body may process a DOM sub-tree or may contain sub-tags that process the SAX events that are generated between a startElement() event and an endElement() event.
End Handler for the <p:end> tag, whose body can process an endElement() or endDocument() SAX event.
Parse Handler for the <p:parse> tag, which can be used to parse an XML document.
PI Handler for the <p:pi> tag, whose body can process a processingInstruction() SAX event.
ProcessSupport This class provides support for XML processing tag handlers.
Start Handler for the <p:start> tag, whose body can process a startElement() or startDocument() SAX event.
 

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

Tag handlers for the JSP actions that process XML documents.


 Devsphere.com