org.osjava.jardiff.ant
Interface JDXSLTLiaison3
- All Superinterfaces:
- org.apache.tools.ant.taskdefs.XSLTLiaison, org.apache.tools.ant.taskdefs.XSLTLiaison2
- All Known Implementing Classes:
- JDTraXLiaison
public interface JDXSLTLiaison3
- extends org.apache.tools.ant.taskdefs.XSLTLiaison2
Extended proxy interface for XSLT processors.
- Since:
- JarDiff 0.2
- See Also:
JDXSLTProcess
Fields inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison |
FILE_PROTOCOL_PREFIX |
Method Summary |
void |
configure(JDXSLTProcess process)
Configure the liaison from the XSLTProcess task. |
void |
setStylesheet(java.lang.String systemid)
Set the stylesheet to use for the transformation. |
Methods inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison2 |
configure |
Methods inherited from interface org.apache.tools.ant.taskdefs.XSLTLiaison |
addParam, setStylesheet, transform |
setStylesheet
void setStylesheet(java.lang.String systemid)
throws java.lang.Exception
- Set the stylesheet to use for the transformation.
- Parameters:
systemid
- the systemid of the stylesheet (a URL).
- Throws:
java.lang.Exception
- thrown if any problems happen- Since:
- JarDiff 0.2
configure
void configure(JDXSLTProcess process)
- Configure the liaison from the XSLTProcess task.