org.ucl.xpath.function
Interface CmpLt

All Known Implementing Classes:
NumericType, XDTDayTimeDuration, XDTYearMonthDuration, XSBoolean, XSDate, XSDateTime, XSString, XSTime

public interface CmpLt

Class for compare for less than operation.


Method Summary
 boolean lt(AnyType arg)
          Constructor for CmpLt.
 

Method Detail

lt

public boolean lt(AnyType arg)
           throws DynamicError
Constructor for CmpLt.

Parameters:
arg - argument of any type.
Returns:
Result of operation, true/false.
Throws:
DynamicError - Dynamic error.