List of usage examples for javax.xml.xpath XPathFunctionResolver interface-usage
From source file org.kuali.rice.kew.rule.xmlrouting.WorkflowFunctionResolver.java
/** * A function resolver for XPath functions provided by KEW. * * @author Kuali Rice Team (rice.collab@kuali.org) */ public class WorkflowFunctionResolver implements XPathFunctionResolver {
From source file org.omg.bpmn.miwg.util.xml.SignavioXPathFunctionResolver.java
public class SignavioXPathFunctionResolver implements XPathFunctionResolver { private static final String FUNCTION_IS_EMPTY = "isEmpty"; private static final class SignavioIsEmptyFunction implements XPathFunction {
From source file com.evolveum.midpoint.model.common.expression.script.xpath.ReflectionXPathFunctionResolver.java
/** * @author semancik * */ public class ReflectionXPathFunctionResolver implements XPathFunctionResolver {
From source file org.apache.ode.bpel.compiler.v1.xpath10.jaxp.JaxpFunctionResolver.java
/** * mock JAXP function resolver for checking the functions during compile time. */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final Log __log = LogFactory.getLog(JaxpFunctionResolver.class);
From source file org.apache.ode.bpel.compiler.v2.xpath10.jaxp.JaxpFunctionResolver.java
/** * mock JAXP function resolver for checking the functions during compile time. */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final Log __log = LogFactory.getLog(JaxpFunctionResolver.class);
From source file org.apache.ode.bpel.rtrep.v1.xpath10.jaxp.JaxpFunctionResolver.java
/** * JAXP function resolver for BPEL XPath functions */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final Log __log = LogFactory.getLog(JaxpFunctionResolver.class);
From source file org.apache.ode.bpel.rtrep.v2.xpath10.jaxp.JaxpFunctionResolver.java
/** * JAXP function resolver for BPEL XPath functions */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final Log __log = LogFactory.getLog(JaxpFunctionResolver.class);
From source file org.apache.ode.bpel.elang.xpath20.compiler.JaxpFunctionResolver.java
/** * @author mriou <mriou at apache dot org> */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final XPathMessages __msgs = MessageBundle.getMessages(XPathMessages.class);
From source file org.wso2.carbon.humantask.core.engine.runtime.xpath.JaxpFunctionResolver.java
/** * The XPath function resolver for Human Task specific evaluation methods. */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final Log log = LogFactory.getLog(JaxpFunctionResolver.class);
From source file org.apache.ode.bpel.rtrep.v1.xpath20.JaxpFunctionResolver.java
/** * @author mriou <mriou at apache dot org> */ public class JaxpFunctionResolver implements XPathFunctionResolver { private static final Log __log = LogFactory.getLog(JaxpFunctionResolver.class);