|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.sort.LocalOrderComparer
public final class LocalOrderComparer
A Comparer used for comparing nodes in document order. This comparer assumes that the nodes being compared come from the same document
Constructor Summary | |
---|---|
LocalOrderComparer()
|
Method Summary | |
---|---|
int |
compare(NodeInfo a,
NodeInfo b)
Compare two objects. |
static LocalOrderComparer |
getInstance()
Get an instance of a LocalOrderComparer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalOrderComparer()
Method Detail |
---|
public static LocalOrderComparer getInstance()
public int compare(NodeInfo a, NodeInfo b)
NodeOrderComparer
compare
in interface NodeOrderComparer
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |