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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singleton
public static final PackageXPathFunctionProvider singleton
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)