org.apache.cxf.feature.transform
Class XSLTUtils
java.lang.Object
org.apache.cxf.feature.transform.XSLTUtils
public final class XSLTUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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