public interface Renderer
Modifier and Type | Method and Description |
---|---|
File |
getAttachableBundle(File source) |
void |
render(File source,
FormatPlan plan,
File renderingDirectory,
File stagingDirectory)
Performs the actual rendering or transforming of the DocBook sources into
the respective output format.
|
void render(File source, FormatPlan plan, File renderingDirectory, File stagingDirectory) throws RenderingException, XSLTException
source
- The source DocBook file.plan
- The formatting plan.renderingDirectory
- The directory into which to renderstagingDirectory
- The directory where images resources were stagedRenderingException
- Problem writing the output file(s).XSLTException
- Problem performing XSL transformation.Copyright © 2007-2013 JBoss, a division of Red Hat, Inc. All Rights Reserved.