org.apache.xml.security.c14n.helper
Class AttrCompare

java.lang.Object
  extended by org.apache.xml.security.c14n.helper.AttrCompare
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator

public class AttrCompare
extends java.lang.Object
implements java.util.Comparator, java.io.Serializable

Compares two attributes based on the C14n specification.

Author:
Christian Geuer-Pollmann
See Also:
Serialized Form

Constructor Summary
AttrCompare()
           
 
Method Summary
 int compare(java.lang.Object obj0, java.lang.Object obj1)
          Compares two attributes based on the C14n specification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AttrCompare

public AttrCompare()
Method Detail

compare

public int compare(java.lang.Object obj0,
                   java.lang.Object obj1)
Compares two attributes based on the C14n specification.

Specified by:
compare in interface java.util.Comparator
Parameters:
obj0 - casted Attr
obj1 - casted Attr
Returns:
returns a negative integer, zero, or a positive integer as obj0 is less than, equal to, or greater than obj1