org.apache.cocoon.transformer
Interface Transformer
- All Known Implementing Classes:
- XTTransformer, XalanTransformer
- public interface Transformer
- extends Actor
This interface is implemented by all XSLT tranformers.
- Version:
- $Revision: 1.3 $ $Date: 2000/02/13 18:29:42 $
- Author:
- Stefano Mazzocchi
Method Summary |
org.w3c.dom.Document |
transform(org.w3c.dom.Document document,
java.lang.String documentBase,
org.w3c.dom.Document sheet,
java.lang.String sheetBase,
org.w3c.dom.Document result)
Process the DOM tree with the given transformation sheet and
uses the result tree to return. |
Methods inherited from interface org.apache.cocoon.framework.Actor |
init |
transform
public org.w3c.dom.Document transform(org.w3c.dom.Document document,
java.lang.String documentBase,
org.w3c.dom.Document sheet,
java.lang.String sheetBase,
org.w3c.dom.Document result)
throws java.lang.Exception
- Process the DOM tree with the given transformation sheet and
uses the result tree to return.
Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.