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 |
| 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
public void setStylesheet(String systemid)
throws Exception
- Set the stylesheet to use for the transformation.
- Parameters:
systemid - the systemid of the stylesheet (a URL).
- Throws:
Exception - thrown if any problems happen- Since:
- JarDiff 0.2
configure
public void configure(JDXSLTProcess process)
- Configure the liaison from the XSLTProcess task.
Copyright © 2005-2006 OSJava. All Rights Reserved.