Package org.eclipse.wst.xml.xpath2.processor.function


org.eclipse.wst.xml.xpath2.processor.function
Class FnFunctionLibrary



public class FnFunctionLibrary
extends FunctionLibrary
Maintains a library of core functions and user defined functions.

Field Summary

public static java.lang.StringXPATH_FUNCTIONS_NS
     Path to xpath functions specification.

Constructor Summary

FnFunctionLibrary()

Method Summary


Field Detail

XPATH_FUNCTIONS_NS

public static java.lang.String XPATH_FUNCTIONS_NS

Path to xpath functions specification.

Constructor Detail

FnFunctionLibrary

public FnFunctionLibrary()

Constructor for FnFunctionLibrary.