Class NodeServiceXPath.XPathFunctionContext

  • All Implemented Interfaces:
    org.jaxen.FunctionContext
    Enclosing class:
    NodeServiceXPath

    public static class NodeServiceXPath.XPathFunctionContext
    extends org.jaxen.SimpleFunctionContext
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jaxen.FunctionContext getInstance()
      Retrieve the singleton instance.
      • Methods inherited from class org.jaxen.SimpleFunctionContext

        getFunction, registerFunction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XPathFunctionContext

        public XPathFunctionContext()
        Construct.

        Construct with all core XPath functions registered.

    • Method Detail

      • getInstance

        public static org.jaxen.FunctionContext getInstance()
        Retrieve the singleton instance.
        Returns:
        the singleton instance