Package 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.
-
-