com.jclark.xsl.tr
Class NodeComparatorTemplate

java.lang.Object
  extended by com.jclark.xsl.tr.NodeComparatorTemplate
All Implemented Interfaces:
ComparatorTemplate

 class NodeComparatorTemplate
extends java.lang.Object
implements ComparatorTemplate


Constructor Summary
NodeComparatorTemplate(Comparator cmp, StringExpr expr)
           
 
Method Summary
 Comparator instantiate(Node node, ExprContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeComparatorTemplate

NodeComparatorTemplate(Comparator cmp,
                       StringExpr expr)
Method Detail

instantiate

public Comparator instantiate(Node node,
                              ExprContext context)
Specified by:
instantiate in interface ComparatorTemplate