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) classEqualComparatorCompare strings or numbers for equality.(package private) classGreaterThanComparatorCompare strings or numbers for greater than.(package private) classGreaterThanOrEqualComparatorCompare strings or numbers for greater than or equal.(package private) classLessThanComparatorCompare strings or numbers for less than.(package private) classLessThanOrEqualComparatorCompare strings or numbers for less than or equal.(package private) classNotEqualComparatorCompare strings or numbers for non-equality.Methods in org.htmlunit.xpath.objects with parameters of type Comparator Modifier and Type Method Description booleanXNodeSet. compare(XObject obj2, Comparator comparator)Tell if one object is less than the other.
-