jd.xml.xslt.expr
Class XsltFunctionLibrary

java.lang.Object
  extended byjd.xml.xpath.expr.function.FunctionLibrary
      extended byjd.xml.xpath.expr.function.XPathFunctionLibrary
          extended byjd.xml.xslt.expr.XsltFunctionLibrary

public class XsltFunctionLibrary
extends XPathFunctionLibrary

XsltFunctionLibrary represents the XSLT function library.


Field Summary
static XsltFunctionLibrary INSTANCE
          The instance.
 
Constructor Summary
XsltFunctionLibrary()
           
 
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 XsltFunctionLibrary INSTANCE
The instance.

Constructor Detail

XsltFunctionLibrary

public XsltFunctionLibrary()