com.ebmwebsourcing.easybpel.xpath.exp.impl.function
Class DoXslTransformFunctionImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractBPELFunction<org.jdom.Element>
      extended by 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

Constructor Summary
DoXslTransformFunctionImpl(java.lang.String ns, java.net.URL fileName, org.jdom.Element nodeset, java.util.List<XSLParam> xslParams)
           
 
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
 

Constructor Detail

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
Method Detail

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.