Uses of Class
org.wso2.carbon.mediator.xquery.Variable
-
Packages that use Variable Package Description org.wso2.carbon.mediator.xquery org.wso2.carbon.mediator.xquery.internal -
-
Uses of Variable in org.wso2.carbon.mediator.xquery
Methods in org.wso2.carbon.mediator.xquery that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
XQueryMediator. getVariables()
Methods in org.wso2.carbon.mediator.xquery with parameters of type Variable Modifier and Type Method Description void
XQueryMediator. addVariable(Variable variable)
Method parameters in org.wso2.carbon.mediator.xquery with type arguments of type Variable Modifier and Type Method Description void
XQueryMediator. addAllVariables(List<Variable> list)
-
Uses of Variable in org.wso2.carbon.mediator.xquery.internal
Methods in org.wso2.carbon.mediator.xquery.internal with parameters of type Variable Modifier and Type Method Description static String
XQueryMediatorClientHelper. getType(Variable variable)
-