org.apache.tools.ant.taskdefs

Interface XSLTLiaison3

All Superinterfaces:
XSLTLiaison, XSLTLiaison2
Known Implementing Classes:
TraXLiaison

public interface XSLTLiaison3
extends XSLTLiaison2

Extends Proxy interface for XSLT processors.
Since:
Ant 1.7
See Also:
XSLTProcess

Fields inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison

FILE_PROTOCOL_PREFIX

Method Summary

void
setStylesheet(Resource stylesheet)
sets the stylesheet to use as a resource

Methods inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison

addParam, setStylesheet, transform

Methods inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison2

configure

Method Details

setStylesheet

public void setStylesheet(Resource stylesheet)
            throws Exception
sets the stylesheet to use as a resource
Parameters:
stylesheet - the stylesheet to use as a resource