Package net.sf.saxon.expr.sort
Interface ItemOrderComparer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
GlobalOrderComparer
,LocalOrderComparer
A Comparer used for comparing nodes in document order, or items in merge order
- Author:
- Michael H. Kay
-
Method Summary
-
Method Details
-
compare
Compare two objects.- Returns:
- <0 if a<b, 0 if a=b, >0 if a>b
-