Package com.oroad.stxx.transform

Handles the transformation of XML into the output type.

See:
          Description

Interface Summary
Transformer The interface for all classes that transform the request information, including Action-created XML and http request information.
 

Class Summary
AbstractSAXTransformer This class provides common methods and variables used by transformers that convert stxx documents into SAX events.
AbstractXSLTransformer This class provides common methods and variables used by transformers that convert stxx documents into SAX events.
CachedFOPTransformer This class defines the implementation of a FOP transformer using the Transformation API for XML (TRaX).
CachedXFormTransformer This transformer extends the XSL transformer to add support for XForms by using the XMLForm library.
CachedXSLTransformer This class defines the implementation of an XSLT transformer using the Transformation API for XML (TRaX).
DOMWriteTransformer This transformer creates the usual xml from the request then saves it as a DOM node in either the request, session, or servlet context attributes.
TransformerHandler Takes care of how the XML is sent to the client.
 

Exception Summary
TransformerException Exception to be thrown if there is a generic exception in the Transformer-implementing class
 

Package com.oroad.stxx.transform Description

Handles the transformation of XML into the output type. Transformer types can easily be added to support any output type, including binary output.