Uses of Class
org.htmlunit.xpath.objects.Comparator
-
Packages that use Comparator Package Description org.htmlunit.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. -
-
Uses of Comparator in org.htmlunit.xpath.objects
Subclasses of Comparator in org.htmlunit.xpath.objects Modifier and Type Class Description (package private) class
EqualComparator
Compare strings or numbers for equality.(package private) class
GreaterThanComparator
Compare strings or numbers for greater than.(package private) class
GreaterThanOrEqualComparator
Compare strings or numbers for greater than or equal.(package private) class
LessThanComparator
Compare strings or numbers for less than.(package private) class
LessThanOrEqualComparator
Compare strings or numbers for less than or equal.(package private) class
NotEqualComparator
Compare strings or numbers for non-equality.Methods in org.htmlunit.xpath.objects with parameters of type Comparator Modifier and Type Method Description boolean
XNodeSet. compare(XObject obj2, Comparator comparator)
Tell if one object is less than the other.
-