org.ucl.xpath.function
Interface CmpGt

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

public interface CmpGt

Class for compare for greater than operation.


Method Summary
 boolean gt(AnyType arg)
          Constructor for CmpGt
 

Method Detail

gt

public boolean gt(AnyType arg)
           throws DynamicError
Constructor for CmpGt

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