Package edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator.function

Interface Summary
Function The Function interface.
 

Class Summary
FunArith It represents an arithmatic evaluation in the XQuery.
FunAVG It represents the average function.
FunCall The FunCall class
FunCOLUMN The FunCOLUMS class.
FunCONCAT The FunCONCAT class.
FunCONTAINS The FunCONTAINS class.
FunCOUNT The FunCOUNT class.
FunctionImp Implementation for the Function calss.
FunDATE The FunDATE class.
FunDef The FunDef class.
FunDOCUMENT The FunDOCUMENT class.
FunEXISTS The FunEXISTS class.
FunGETID The FunGETID class.
FunGETTAG The FunGETTAG class.
FunINCREMENT The FunINCREMENT class.
FunJOIN The FunGETTAG FunJOIN.
FunLAST The FunLAST class.
FunLEXICOGRAPHICALORDER This function uses two static buffers to determine midpoint values, therefore, if this code is used within recursive calls, it will be necessary to call this function with "reset" as the parameter in order to zero out the static strings.
FunLOWERCASE The FunLOWERCASE class.
FunMAX The FunMAX class.
FunMIN The FunMIN class.
FunMULTISTEPORDER The FunMULTISTEPORDER class.
FunNAME The FunNAME class.
FunNUMFORMAT The FunNUMFORMAT class.
FunPOSITION The FunPOSITION class.
FunSHALLOW The FunSHALLOW class.
FunSINGLESTEPORDER The FunSINGLESTEPORDER class.
FunSPLIT The FunSPLIT class.
FunSTARTSWITH The FunSTARTSWITH class.
FunStringTemplate The FunStringTemplate class.
FunSUBST The FunSUBST class.
FunSUM The FunSUM class.
FunTOKEN The FunTOKEN class.
FunTRIM The FunTRIM class.
FunUPPERCASE The FunUPPERCASE class.
FunUserDefined It is used to represent the user defined functions in the XQuery.