org.openprivacy.reptile.xml
Class ReptileTransformerFactory
java.lang.Object
|
+--org.openprivacy.reptile.xml.ReptileTransformerFactory
- public class ReptileTransformerFactory
- extends java.lang.Object
Responsible for creating TrAX Transformers with all the features necessary
within Reptile.
- Version:
- $Id: ReptileTransformerFactory.java,v 1.10 2002/02/05 04:54:03 burton Exp $
- Author:
- burtonator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReptileTransformerFactory
public ReptileTransformerFactory()
- Create a new
ReptileTransformerFactory instance.
getTransformer
public javax.xml.transform.Transformer getTransformer(talon.util.net.URI stylesheet)
throws ReptileException
- See Also:
Transformer
getTransformerHandler
public javax.xml.transform.sax.TransformerHandler getTransformerHandler(java.lang.String stylesheet)
throws java.lang.Exception
- See Also:
TransformerHandler
getTransformerFactory
public javax.xml.transform.TransformerFactory getTransformerFactory()
- Create a new TransformerFactory...
getTransformerFactoryImplementation
public java.lang.String getTransformerFactoryImplementation()
- Get the current TransformerFactory implementation classname we are using.
flushTemplatesCache
public void flushTemplatesCache()
- Flush the templates cache.
getTemplatesCacheSize
public int getTemplatesCacheSize()
- Return the size of the templatesCache
getInstance
public static ReptileTransformerFactory getInstance()
- Get an instance of the
ReptileTransformerFactory.