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 Summary
Fields inherited from interface XSLTLiaison
FILE_PROTOCOL_PREFIX -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(XSLTProcess xsltTask) Configure the liaison from the XSLTProcess taskMethods inherited from interface XSLTLiaison
addParam, setStylesheet, transformModifier and TypeMethodDescriptionvoidAdd a parameter to be set during the XSL transformation.voidsetStylesheet(File stylesheet) set the stylesheet to use for the transformation.voidPerform the transformation of a file into another.
-
Method Details
-
configure
Configure the liaison from the XSLTProcess task- Parameters:
xsltTask- the XSLTProcess task
-