org.xoe.core.packages
Class PackageXPathFunctionProvider

java.lang.Object
  |
  +--org.xoe.core.packages.PackageXPathFunctionProvider
All Implemented Interfaces:
org.xoe.core.xpath.FunctionProvider

public class PackageXPathFunctionProvider
extends Object
implements org.xoe.core.xpath.FunctionProvider


Field Summary
static PackageXPathFunctionProvider singleton
           
 
Method Summary
 org.xoe.core.xpath.XPathFunction getFunction(String fname)
           
static void main(String[] args)
           
 void putFunctionReference(org.xoe.core.xpath.XPathFunction func)
           
static void test(String strx, org.xoe.core.xpath.XPathContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static final PackageXPathFunctionProvider singleton
Method Detail

putFunctionReference

public void putFunctionReference(org.xoe.core.xpath.XPathFunction func)

getFunction

public org.xoe.core.xpath.XPathFunction getFunction(String fname)
Specified by:
getFunction in interface org.xoe.core.xpath.FunctionProvider

main

public static void main(String[] args)
                 throws Exception

test

public static void test(String strx,
                        org.xoe.core.xpath.XPathContext ctx)