org.openprivacy.reptile.xslt
Class StylesheetEngineFactory

java.lang.Object
  |
  +--org.openprivacy.reptile.xslt.StylesheetEngineFactory

public class StylesheetEngineFactory
extends java.lang.Object

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

Version:
$Id: StylesheetEngineFactory.java,v 1.2 2001/12/12 09:41:21 burton Exp $

Field Summary
static java.lang.String ORG_OPENPRIVACY_REPTILE_XSLT_STYLESHEETENGINE_KEY
           
 
Constructor Summary
StylesheetEngineFactory()
           
 
Method Summary
static StylesheetEngine getStylesheetEngine()
          Get an instance of the correct StylesheetEngine to use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORG_OPENPRIVACY_REPTILE_XSLT_STYLESHEETENGINE_KEY

public static final java.lang.String ORG_OPENPRIVACY_REPTILE_XSLT_STYLESHEETENGINE_KEY
See Also:
Constant Field Values
Constructor Detail

StylesheetEngineFactory

public StylesheetEngineFactory()
Method Detail

getStylesheetEngine

public static final StylesheetEngine getStylesheetEngine()
                                                  throws java.lang.Exception
Get an instance of the correct StylesheetEngine to use

java.lang.Exception