org.ucl.xpathtest
Class FnDummy

java.lang.Object
  extended byorg.ucl.xpath.function.Function
      extended byorg.ucl.xpathtest.FnDummy

public class FnDummy
extends Function

Class FnDummy extends Function class


Field Summary
 
Fields inherited from class org.ucl.xpath.function.Function
_arity, _fl, _name
 
Constructor Summary
FnDummy(QName name, int arity)
          Constructor takes in args
 
Method Summary
 ResultSequence evaluate(java.util.Collection args)
          Evaluate arguments.
 
Methods inherited from class org.ucl.xpath.function.Function
arity, convert_argument, convert_arguments, dynamic_context, name, set_function_library, signature, signature, signature, static_context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FnDummy

public FnDummy(QName name,
               int arity)
Constructor takes in args

Parameters:
name - variable of type QName
arity - no of arguments taken by function Constructor overrides instance variables of super class
Method Detail

evaluate

public ResultSequence evaluate(java.util.Collection args)
Description copied from class: Function
Evaluate arguments.

Specified by:
evaluate in class Function
Parameters:
args - of type Colection
Returns:
ResultSequence