Package org.apache.tools.ant.taskdefs
Interface XSLTLiaison2
- All Superinterfaces:
XSLTLiaison
- All Known Subinterfaces:
XSLTLiaison3
,XSLTLiaison4
- All Known Implementing Classes:
TraXLiaison
public interface XSLTLiaison2 extends XSLTLiaison
Extended Proxy interface for XSLT processors.
- Since:
- Ant 1.6
- See Also:
XSLTProcess
-
Field Summary
-
Method Summary
Modifier and Type Method Description void
configure(XSLTProcess xsltTask)
Configure the liaison from the XSLTProcess taskMethods inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison
addParam, setStylesheet, transform
-
Method Details
-
configure
Configure the liaison from the XSLTProcess task- Parameters:
xsltTask
- the XSLTProcess task
-