JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.saxon.expr.sort
Interface ItemOrderComparer
All Known Implementing Classes:
GlobalOrderComparer
,
LocalOrderComparer
public interface
ItemOrderComparer
A Comparer used for comparing nodes in document order, or items in merge order
Author:
Michael H. Kay
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
compare
(
Item
a,
Item
b)
Compare two objects.
Method Detail
compare
int compare(
Item
a,
Item
b)
Compare two objects.
Returns:
<0 if a<b, 0 if a=b, >0 if a>b
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method