XSLTResource Class

com.bea.control.DynamicTransformation
XSLTResource Class

public class XSLTResource

    extends Object

Hierarchy
Object
  XSLTResource

Method Summary

public XmlObject
executeXSLTTransform(String templateUri, XmlObject source, HashMap inMap)
public XmlObject
executeXSLTTransform(Method method, Object[] args)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Method Detail

executeXSLTTransform(String, XmlObject, HashMap) Method

public XmlObject executeXSLTTransform(String templateUri, 
                                      XmlObject source, 
                                      HashMap inMap)
throws ResourceException

Exceptions

ResourceException

executeXSLTTransform(Method, Object[]) Method

public XmlObject executeXSLTTransform(Method method, 
                                      Object[] args)
throws ResourceException

Exceptions

ResourceException