org.ucl.xpath.function
Interface CmpEq

All Known Implementing Classes:
NumericType, QName, XDTDayTimeDuration, XDTYearMonthDuration, XSBoolean, XSDate, XSDateTime, XSGDay, XSGMonth, XSGMonthDay, XSGYear, XSGYearMonth, XSString, XSTime

public interface CmpEq

Class for compare for equal function.


Method Summary
 boolean eq(AnyType arg)
          Constructor for CmpEq.
 

Method Detail

eq

public boolean eq(AnyType arg)
           throws DynamicError
Constructor for CmpEq.

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