@@ -113,8 +113,9 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger {
/** Classpath to use when trying to load the XSL processor */
/** Classpath to use when trying to load the XSL processor */
private Path classpath = null;
private Path classpath = null;
/** implementation to use to communicate with the XSL processor */
/** The Liason implementation to use to communicate with the XSL
* processor */
private XSLTLiaison liaison;
private XSLTLiaison liaison;
/** Flag which indicates if the stylesheet has been loaded into
/** Flag which indicates if the stylesheet has been loaded into
@@ -147,6 +148,7 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger {
/**
/**
* Whether to style all files in the included directories as well.
* Whether to style all files in the included directories as well.
*
* @since Ant 1.5
* @since Ant 1.5
*/
*/
private boolean performDirectoryScan = true;
private boolean performDirectoryScan = true;
@@ -159,7 +161,7 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger {
/**
/**
* whether to reuse Transformer if transforming multiple files.
* whether to reuse Transformer if transforming multiple files.
* @since 1.6
* @since 1.5.2
*/
*/
private boolean reuseLoadedStylesheet = true;
private boolean reuseLoadedStylesheet = true;
@@ -187,7 +189,7 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger {
* <p>Setting this to true may get around a bug in certain
* <p>Setting this to true may get around a bug in certain
* Xalan-J versions, default is false.</p>
* Xalan-J versions, default is false.</p>
*
*
* @since Ant 1.6
* @since Ant 1.5.2
*/
*/
public void setReloadStylesheet(boolean b) {
public void setReloadStylesheet(boolean b) {
reuseLoadedStylesheet = !b;
reuseLoadedStylesheet = !b;
@@ -715,7 +717,6 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger {
}
}
}
}
/**
/**
* Initialize internal instance of XMLCatalog
* Initialize internal instance of XMLCatalog
*/
*/