|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.c14n.helpers.AttrCompare
public class AttrCompare
Compares two attributes based on the C14n specification.
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 |
---|
public AttrCompare()
Method Detail |
---|
public int compare(java.lang.Object obj0, java.lang.Object obj1)
compare
in interface java.util.Comparator
obj0
- casted org.apache.axiom.c14n.omwrapper.interfaces.Attrobj1
- casted org.apache.axiom.c14n.omwrapper.interfaces.Attr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |