|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xpath.objects.Comparator
abstract class Comparator
compares nodes for various boolean operations.
| Constructor Summary | |
|---|---|
Comparator()
|
|
| Method Summary | |
|---|---|
(package private) abstract boolean |
compareNumbers(double n1,
double n2)
Compare two numbers |
(package private) abstract boolean |
compareStrings(XMLString s1,
XMLString s2)
Compare two strings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Comparator()
| Method Detail |
|---|
abstract boolean compareStrings(XMLString s1,
XMLString s2)
s1 - First string to compares2 - Second String to compare
abstract boolean compareNumbers(double n1,
double n2)
n1 - First number to comparen2 - Second number to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||