public class ExtensionFunctionFun extends XPathFun
| Constructor and Description |
|---|
ExtensionFunctionFun() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eval(org.w3c.dom.Node node,
ExprEnvironment env,
AbstractPattern pattern,
java.util.ArrayList args)
Evaluate the function.
|
public java.lang.Object eval(org.w3c.dom.Node node,
ExprEnvironment env,
AbstractPattern pattern,
java.util.ArrayList args)
throws XPathException
eval in class XPathFunpattern - The context pattern.args - The evaluated argumentsXPathException