EXIficient

com.siemens.ct.exi.util.sort
Class LexicographicSort

java.lang.Object
  extended by com.siemens.ct.exi.util.sort.LexicographicSort
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<java.lang.Object>

public class LexicographicSort
extends java.lang.Object
implements java.util.Comparator<java.lang.Object>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LexicographicSort()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
static int compare(javax.xml.namespace.QName q1, javax.xml.namespace.QName q2)
           
static int compare(java.lang.String ns1, java.lang.String ln1, java.lang.String ns2, java.lang.String ln2)
           
static int compare(org.apache.xerces.xs.XSAttributeDeclaration a1, org.apache.xerces.xs.XSAttributeDeclaration a2)
           
static int compare(org.apache.xerces.xs.XSElementDeclaration e1, org.apache.xerces.xs.XSElementDeclaration e2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

LexicographicSort

public LexicographicSort()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator<java.lang.Object>

compare

public static int compare(org.apache.xerces.xs.XSElementDeclaration e1,
                          org.apache.xerces.xs.XSElementDeclaration e2)

compare

public static int compare(org.apache.xerces.xs.XSAttributeDeclaration a1,
                          org.apache.xerces.xs.XSAttributeDeclaration a2)

compare

public static int compare(javax.xml.namespace.QName q1,
                          javax.xml.namespace.QName q2)

compare

public static int compare(java.lang.String ns1,
                          java.lang.String ln1,
                          java.lang.String ns2,
                          java.lang.String ln2)

EXIficient