org.ucl.xpath.function
Class OpFunctionLibrary

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

public class OpFunctionLibrary
extends FunctionLibrary

Maintains a library of built-in operators as functions. This is necessary if normalization is being used.


Field Summary
static java.lang.String XPATH_OP_NS
           
 
Constructor Summary
OpFunctionLibrary()
          Constructor for OpFunctionLibrary.
 
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_OP_NS

public static final java.lang.String XPATH_OP_NS
See Also:
Constant Field Values
Constructor Detail

OpFunctionLibrary

public OpFunctionLibrary()
Constructor for OpFunctionLibrary.