org.ucl.xpath.function
Class FnFunctionLibrary

java.lang.Object
  extended byorg.ucl.xpath.function.FunctionLibrary
      extended byorg.ucl.xpath.function.FnFunctionLibrary

public class FnFunctionLibrary
extends FunctionLibrary

Maintains a library of core functions and user defined functions.


Field Summary
static java.lang.String XPATH_FUNCTIONS_NS
          Path to xpath functions specification.
 
Constructor Summary
FnFunctionLibrary()
          Constructor for FnFunctionLibrary.
 
Methods inherited from class org.ucl.xpath.function.FunctionLibrary
add_function, dynamic_context, function_exists, function, namespace, set_dynamic_context, set_static_context, static_context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XPATH_FUNCTIONS_NS

public static final java.lang.String XPATH_FUNCTIONS_NS
Path to xpath functions specification.

See Also:
Constant Field Values
Constructor Detail

FnFunctionLibrary

public FnFunctionLibrary()
Constructor for FnFunctionLibrary.