aQute.libg.xslt
Class Transform

java.lang.Object
  extended by aQute.libg.xslt.Transform

public class Transform
extends Object


Constructor Summary
Transform()
           
 
Method Summary
static void transform(TransformerFactory transformerFactory, URL xslt, InputStream in, OutputStream out)
           
static void transform(URL xslt, InputStream in, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transform

public Transform()
Method Detail

transform

public static void transform(TransformerFactory transformerFactory,
                             URL xslt,
                             InputStream in,
                             OutputStream out)
                      throws Exception
Throws:
Exception

transform

public static void transform(URL xslt,
                             InputStream in,
                             OutputStream out)
                      throws Exception
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.