org.openprivacy.reptile.xslt
Interface StylesheetEngine

All Known Implementing Classes:
BaseStylesheetEngine, DOMStylesheetEngine, StreamStylesheetEngine

public interface StylesheetEngine

Given an XML document and a StylesheetStack this will use TRAX to transform all the content.

Version:
$Id: StylesheetEngine.java,v 1.1 2001/12/12 09:29:08 burton Exp $

Method Summary
 java.lang.String transform(SequenceDispatchEntry sde)
           
 java.lang.String transform(SequenceDispatchEntry sde, ParameterPasser params)
          Transform the given XML with all the given Stylesheets in the StylesheetStack.
 

Method Detail

transform

public java.lang.String transform(SequenceDispatchEntry sde)
                           throws java.lang.Exception
java.lang.Exception
See Also:
transform(org.openprivacy.reptile.xslt.SequenceDispatchEntry)

transform

public java.lang.String transform(SequenceDispatchEntry sde,
                                  ParameterPasser params)
                           throws java.lang.Exception
Transform the given XML with all the given Stylesheets in the StylesheetStack. if Talon is in debug mode we will write out temp files for debuging stylesheet output. If the given SequenceDispatchEntry is cacheable this might return content from cache and skip any CPU intensive tasks.

java.lang.Exception