Interface XSLTLiaison4
- All Superinterfaces:
XSLTLiaison, XSLTLiaison2, XSLTLiaison3
- All Known Implementing Classes:
TraXLiaison
Extends Proxy interface for XSLT processors: adds support for XSLT parameters
of various types (not only String)
- Since:
- Ant 1.9.3
- Author:
- Frantisek Kucera (xkucf03)
- See Also:
-
Field Summary
Fields inherited from interface XSLTLiaison
FILE_PROTOCOL_PREFIX -
Method Summary
Methods 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.Methods inherited from interface XSLTLiaison2
configureModifier and TypeMethodDescriptionvoidconfigure(XSLTProcess xsltTask) Configure the liaison from the XSLTProcess taskMethods inherited from interface XSLTLiaison3
setStylesheetModifier and TypeMethodDescriptionvoidsetStylesheet(Resource stylesheet) sets the stylesheet to use as a resource
-
Method Details
-
addParam
-