com.sun.xml.wss.impl.c14n
Class StAXAttrSorter

java.lang.Object
  extended by com.sun.xml.wss.impl.c14n.AttrSorter
      extended by com.sun.xml.wss.impl.c14n.StAXAttrSorter
All Implemented Interfaces:
Comparator

public class StAXAttrSorter
extends AttrSorter

Author:
root

Constructor Summary
StAXAttrSorter(boolean value)
          Creates a new instance of StAXAttrSorter
 
Method Summary
protected  int sortAttributes(Object object, Object object0)
           
 
Methods inherited from class com.sun.xml.wss.impl.c14n.AttrSorter
compare, sortNamespaces
 
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

StAXAttrSorter

public StAXAttrSorter(boolean value)
Creates a new instance of StAXAttrSorter

Method Detail

sortAttributes

protected int sortAttributes(Object object,
                             Object object0)
Overrides:
sortAttributes in class AttrSorter


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.