com.ebmwebsourcing.easybpel.xpath.exp.impl.function
Class DoXslTransformFunctionImpl
java.lang.Object
com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractBPELFunction<org.jdom.Element>
com.ebmwebsourcing.easybpel.xpath.exp.impl.function.DoXslTransformFunctionImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.xpath.exp.api.function.DoXslTransformFunction, com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<org.jdom.Element>
public class DoXslTransformFunctionImpl
- extends com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractBPELFunction<org.jdom.Element>
- implements com.ebmwebsourcing.easybpel.xpath.exp.api.function.DoXslTransformFunction
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Method Summary |
org.jdom.Element |
process()
|
static org.w3c.dom.Document |
process(java.net.URL xslStyleSheet,
org.w3c.dom.Document nodeset,
java.util.List<XSLParam> xslParams)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoXslTransformFunctionImpl
public DoXslTransformFunctionImpl(java.lang.String ns,
java.net.URL fileName,
org.jdom.Element nodeset,
java.util.List<XSLParam> xslParams)
throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
- Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
process
public org.jdom.Element process()
throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
- Specified by:
process in interface com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<org.jdom.Element>
- Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
process
public static org.w3c.dom.Document process(java.net.URL xslStyleSheet,
org.w3c.dom.Document nodeset,
java.util.List<XSLParam> xslParams)
throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
- Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.