com.jclark.xsl.expr
Class NodeListSorter

java.lang.Object
  extended by com.jclark.xsl.expr.NodeListSorter

public class NodeListSorter
extends java.lang.Object

Like the name suggests, provides a mechanism to sort the nodes in a NodeIterator based upon the test of Comparator


Method Summary
static NodeIterator sort(NodeIterator iter, Comparator comparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sort

public static NodeIterator sort(NodeIterator iter,
                                Comparator comparator)
                         throws XSLException
Throws:
XSLException