com.jclark.xsl.expr

Class NodeListSorter

public class NodeListSorter extends Object

Like the name suggests, provides a mechanism to sort the nodes in a NodeIterator based upon the test of Comparator
Method Summary
static NodeIteratorsort(NodeIterator iter, Comparator comparator)

Method Detail

sort

public static NodeIterator sort(NodeIterator iter, Comparator comparator)