net.sf.saxon.sort
public final class FixedSortKeyDefinition extends SortKeyDefinition
| Constructor Summary | |
|---|---|
| FixedSortKeyDefinition() | |
| Method Summary | |
|---|---|
| void | bindComparer(XPathContext context)
Allocate a reusable Comparer to implement this sort key comparison |
| Comparator | getComparer()
Get the comparer which is used to compare two values according to this sort key. |
| FixedSortKeyDefinition | reduce(XPathContext context)
Eliminate dependencies of the sort key definition on the context. |
| SortKeyDefinition | simplify() |