Package org.apache.tools.ant.taskdefs
Interface XSLTLiaison3
- All Superinterfaces:
XSLTLiaison
,XSLTLiaison2
- All Known Subinterfaces:
XSLTLiaison4
- All Known Implementing Classes:
TraXLiaison
Extends Proxy interface for XSLT processors.
- Since:
- Ant 1.7
- See Also:
-
Field Summary
Fields inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison
FILE_PROTOCOL_PREFIX
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setStylesheet
(Resource stylesheet) sets the stylesheet to use as a resourceMethods 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
-