Uses of Class
org.htmlunit.xpath.objects.Comparator
Packages that use Comparator
Package
Description
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.objectsModifier and TypeClassDescription(package private) class
Compare strings or numbers for equality.(package private) class
Compare strings or numbers for greater than.(package private) class
Compare strings or numbers for greater than or equal.(package private) class
Compare strings or numbers for less than.(package private) class
Compare strings or numbers for less than or equal.(package private) class
Compare strings or numbers for non-equality.Methods in org.htmlunit.xpath.objects with parameters of type ComparatorModifier and TypeMethodDescriptionboolean
XNodeSet.compare
(XObject obj2, Comparator comparator) Tell if one object is less than the other.