Apache CXF API

org.apache.cxf.feature.transform
Class XSLTUtils

java.lang.Object
  extended by org.apache.cxf.feature.transform.XSLTUtils

public final class XSLTUtils
extends Object


Method Summary
static Document transform(Templates xsltTemplate, Document in)
           
static InputStream transform(Templates xsltTemplate, InputStream in)
           
static Reader transform(Templates xsltTemplate, Reader inReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

public static InputStream transform(Templates xsltTemplate,
                                    InputStream in)

transform

public static Reader transform(Templates xsltTemplate,
                               Reader inReader)

transform

public static Document transform(Templates xsltTemplate,
                                 Document in)

Apache CXF API

Apache CXF