it.eng.spago.transcoding
Interface TranscoderIFace

All Known Implementing Classes:
Transcoder

public interface TranscoderIFace

This in the interface to be implemented by XSL transcoders.


Method Summary
 void perform(SourceBean toRender, javax.xml.transform.Templates xslTemplate, javax.xml.transform.Result out)
          Perform the XSL transformation
 

Method Detail

perform

void perform(SourceBean toRender,
             javax.xml.transform.Templates xslTemplate,
             javax.xml.transform.Result out)
             throws EMFInternalError
Perform the XSL transformation

Parameters:
toRender - The SourceBean to render.
xslTemplate - The XSL to apply
out - The result of transformation
Throws:
EMFInternalError