Package org.apache.tools.ant.taskdefs
Interface XSLTLiaison2
- All Superinterfaces:
- XSLTLiaison
- All Known Subinterfaces:
- XSLTLiaison3,- XSLTLiaison4
- All Known Implementing Classes:
- TraXLiaison
Extended Proxy interface for XSLT processors.
- Since:
- Ant 1.6
- See Also:
- 
Field SummaryFields inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaisonFILE_PROTOCOL_PREFIX
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(XSLTProcess xsltTask) Configure the liaison from the XSLTProcess taskMethods inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaisonaddParam, setStylesheet, transform
- 
Method Details- 
configureConfigure the liaison from the XSLTProcess task- Parameters:
- xsltTask- the XSLTProcess task
 
 
-