Liferay 6.0.5

com.liferay.util.xml
Class ElementComparator

java.lang.Object
  extended by com.liferay.util.xml.ElementComparator
All Implemented Interfaces:
Comparator<org.dom4j.Element>
Direct Known Subclasses:
XMLElementComparator

public class ElementComparator
extends Object
implements Comparator<org.dom4j.Element>


Constructor Summary
ElementComparator()
           
 
Method Summary
 int compare(org.dom4j.Element el1, org.dom4j.Element el2)
           
 
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

ElementComparator

public ElementComparator()
Method Detail

compare

public int compare(org.dom4j.Element el1,
                   org.dom4j.Element el2)
Specified by:
compare in interface Comparator<org.dom4j.Element>

Liferay 6.0.5