Package com.sun.xml.wss.impl.c14n
Class AttrSorter
- java.lang.Object
-
- com.sun.xml.wss.impl.c14n.AttrSorter
-
- All Implemented Interfaces:
Comparator
- Direct Known Subclasses:
StAXAttrSorter
public class AttrSorter extends Object implements Comparator
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description AttrSorter(boolean namespaceSort)Creates a new instance of AttrSorter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Object o1, Object o2)protected intsortAttributes(Object object, Object object0)protected intsortNamespaces(Object object, Object object0)-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-