wt.query.template
Class EvaluateQMLChange
java.lang.Object
wt.query.template.EvaluateQMLChange
- public class EvaluateQMLChange
- extends Object
XSLT extension function class to manually track whether changes are
being made to the source document (by judicious calling of this
routine) rather than by XML diffing the two docs afterwards.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluateQMLChange
public EvaluateQMLChange()
evaluateDiff
public static String evaluateDiff(boolean[] change)
- Argument must be non-null and of non-zero length. Calling this
method simply assigns the first array element to 'true'.
evaluateDiff
public static String evaluateDiff(EvaluateQMLChange eqc,
boolean[] change)
- Workaround for old Xalan bug