jd.xml.xpath.expr.function
Class XPathFunctionLibrary

java.lang.Object
  extended byjd.xml.xpath.expr.function.FunctionLibrary
      extended byjd.xml.xpath.expr.function.XPathFunctionLibrary
Direct Known Subclasses:
XsltFunctionLibrary

public class XPathFunctionLibrary
extends FunctionLibrary

The XPath function library.


Field Summary
static FunctionLibrary INSTANCE
           
 
Constructor Summary
XPathFunctionLibrary()
           
XPathFunctionLibrary(int additionalFunctions)
           
 
Methods inherited from class jd.xml.xpath.expr.function.FunctionLibrary
addFunction, containsFunction, createFunction, getFunctionClassName, getFunctionNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final FunctionLibrary INSTANCE
Constructor Detail

XPathFunctionLibrary

public XPathFunctionLibrary()

XPathFunctionLibrary

public XPathFunctionLibrary(int additionalFunctions)