Top Description Methods
org.apache.tools.ant.taskdefs

public Interface XSLTLiaison3

extends XSLTLiaison2
Known Direct Subinterfaces
org.apache.tools.ant.taskdefs.XSLTLiaison4
Imports
org.apache.tools.ant.types.Resource

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

Method Summary

Modifier and TypeMethod and Description
public void
setStylesheet(Resource
the stylesheet to use as a resource
stylesheet
)

sets the stylesheet to use as a resource

Inherited from org.apache.tools.ant.taskdefs.XSLTLiaison2:
configure

Method Detail

setStylesheetback to summary
public void setStylesheet(Resource stylesheet) throws Exception

sets the stylesheet to use as a resource

Parameters
stylesheet:Resource

the stylesheet to use as a resource

Exceptions
Exception:
if the stylesheet cannot be loaded