public class XMLElementComparator extends ElementComparator
Constructor and Description |
---|
XMLElementComparator(XMLDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
boolean |
canJoinChildren(org.dom4j.Element element) |
int |
compare(org.dom4j.Element el1,
org.dom4j.Element el2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public XMLElementComparator(XMLDescriptor descriptor)
public boolean canJoinChildren(org.dom4j.Element element)
public int compare(org.dom4j.Element el1, org.dom4j.Element el2)
compare
in interface Comparator<org.dom4j.Element>
compare
in class ElementComparator