net.sf.saxon.sort
Class LocalOrderComparer
java.lang.Object
  
net.sf.saxon.sort.LocalOrderComparer
- All Implemented Interfaces: 
 - Serializable, NodeOrderComparer
 
public final class LocalOrderComparer
- extends Object
- implements NodeOrderComparer, Serializable
  
A Comparer used for comparing nodes in document order. This
 comparer assumes that the nodes being compared come from the same document
- Author:
 
  - Michael H. Kay
 
- See Also:
 - Serialized Form
 
 
 
 
LocalOrderComparer
public LocalOrderComparer()
getInstance
public static LocalOrderComparer getInstance()
- Get an instance of a LocalOrderComparer. The class maintains no state
 so this returns the same instance every time.
 
 
 
compare
public int compare(NodeInfo a,
                   NodeInfo b)
- Description copied from interface: 
NodeOrderComparer 
- Compare two objects.
- Specified by:
 compare in interface NodeOrderComparer
 
- Returns:
 - <0 if a0 if a>b
 
 
 
Copyright (C) Michael H. Kay. All rights reserved.