wt.query.template
Class EvaluateQMLChange

java.lang.Object
  extended bywt.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.


Constructor Summary
EvaluateQMLChange()
           
 
Method Summary
static String evaluateDiff(boolean[] change)
          Argument must be non-null and of non-zero length.
static String evaluateDiff(EvaluateQMLChange eqc, boolean[] change)
          Workaround for old Xalan bug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluateQMLChange

public EvaluateQMLChange()
Method Detail

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