Package org.alfresco.repo.search
Class NodeServiceXPath.XPathFunctionContext
java.lang.Object
org.jaxen.SimpleFunctionContext
org.alfresco.repo.search.NodeServiceXPath.XPathFunctionContext
- All Implemented Interfaces:
org.jaxen.FunctionContext
- Enclosing class:
- NodeServiceXPath
public static class NodeServiceXPath.XPathFunctionContext
extends org.jaxen.SimpleFunctionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jaxen.FunctionContextRetrieve the singleton instance.Methods inherited from class org.jaxen.SimpleFunctionContext
getFunction, registerFunction
-
Constructor Details
-
XPathFunctionContext
public XPathFunctionContext()Construct.Construct with all core XPath functions registered.
-
-
Method Details
-
getInstance
public static org.jaxen.FunctionContext getInstance()Retrieve the singleton instance.- Returns:
- the singleton instance
-