git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197791
13f79535-47bb-0310-9956-
ffa450edef68
import org.apache.fop.render.awt.AWTRenderer;
/**
- * Primary class that drives overall FOP process.
+ * Primary class that drives the overall FOP process.
* <P>
* JAXP is the standard method of embedding FOP in Java programs.
* Please check our embedding page (http://xml.apache.org/fop/embedding.html)
/**
* Convenience constructor for directly setting input and output.
- * @param source InputSource to take the XSL-FO input from
* @param stream Target output stream
*/
public Driver(OutputStream stream) {