Package com.liferay.util.xml
Class ElementComparator
Object
com.liferay.util.xml.ElementComparator
- All Implemented Interfaces:
Comparator<org.dom4j.Element>
- Direct Known Subclasses:
XMLElementComparator
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
ElementComparator
public ElementComparator()
-
-
Method Details
-
compare
public int compare(org.dom4j.Element el1, org.dom4j.Element el2) - Specified by:
compare
in interfaceComparator<org.dom4j.Element>
-