com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer
Class XPathAnalyzer
java.lang.Object
com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer.XPathAnalyzer
public class XPathAnalyzer
- extends java.lang.Object
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Method Summary |
org.jdom.Element |
evaluate(java.util.List<java.lang.String> xpathExpressions,
org.jdom.Element source,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
|
org.jdom.Element |
evaluate(java.lang.String xpathExpression,
org.jdom.Element source,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathAnalyzer
public XPathAnalyzer()
evaluate
public org.jdom.Element evaluate(java.lang.String xpathExpression,
org.jdom.Element source,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
evaluate
public org.jdom.Element evaluate(java.util.List<java.lang.String> xpathExpressions,
org.jdom.Element source,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.