org.apache.cocoon.transformation
Interface TransformerFactory
- public interface TransformerFactory
A transformer factory is the factory of Transformer
s.
Regular TransformerFactory implementation should be
ThreadSafe
component
serving as a factory of lightweight Transformer
objects.
NOTE: Only Disposable interface is applicable to
the Transformer instance returned by the getInstance()
.
- Since:
- 2.2
- Version:
- CVS $Id: TransformerFactory.java 55389 2004-10-23 15:46:58Z cziegeler $
- Author:
- Vadim Gritsenko
ROLE
public static final String ROLE
getInstance
public TransformerFactory.Instance getInstance()
- Create an instance of the Transformer
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.