public class NumericNodeComparator extends Object implements Comparator<org.dom4j.Node>
Constructor and Description |
---|
NumericNodeComparator(String property)
The numeric node tag property to used by this comparator.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(org.dom4j.Node node1,
org.dom4j.Node node2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public NumericNodeComparator(String property)
property
- the tag property used by this comparator.public int compare(org.dom4j.Node node1, org.dom4j.Node node2)
compare
in interface Comparator<org.dom4j.Node>
Copyright © 2005–2015 Codehaus. All rights reserved.