com.liferay.util.xml
Class ElementComparator
java.lang.Object
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>
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 |
ElementComparator
public ElementComparator()
compare
public int compare(org.dom4j.Element el1,
org.dom4j.Element el2)
- Specified by:
compare
in interface Comparator<org.dom4j.Element>