Package 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.
-
Class Summary Class Description Comparator compares nodes for various boolean operations.EqualComparator Compare strings or numbers for equality.GreaterThanComparator Compare strings or numbers for greater than.GreaterThanOrEqualComparator Compare strings or numbers for greater than or equal.LessThanComparator Compare strings or numbers for less than.LessThanOrEqualComparator Compare strings or numbers for less than or equal.NotEqualComparator Compare strings or numbers for non-equality.XBoolean This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.XNodeSet This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.XNumber This class represents an XPath number, and is capable of converting the number to other types, such as a string.XObject This class represents an XPath object, and is capable of converting the object to various types, such as a string.XString This class represents an XPath string object, and is capable of converting the string to other types, such as a number.