Uses of Interface org.jaxen.expr.FunctionCallExpr

Uses in package org.jaxen.expr

Classes implementing org.jaxen.expr.FunctionCallExpr

class

Methods with return type org.jaxen.expr.FunctionCallExpr

FunctionCallExpr
DefaultXPathFactory.createFunctionCallExpr(String prefix, String functionName)
FunctionCallExpr
XPathFactory.createFunctionCallExpr(String prefix, String functionName)
Create a new function call expression.

Uses in package org.jaxen

Methods with parameter type org.jaxen.expr.FunctionCallExpr

void
JaxenHandler.addParameters(FunctionCallExpr function, Iterator paramIter)