Package se.conciliate.extensions.fop
Interface FormattingObjectsProcessor
public interface FormattingObjectsProcessor
- Author:
- Richard
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transform
(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings) void
transform
(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings, Supplier<Boolean> aborted)
-
Method Details
-
transform
void transform(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings) throws IOException, TransformerException - Throws:
IOException
TransformerException
-
transform
void transform(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings, Supplier<Boolean> aborted) throws IOException, TransformerException - Throws:
IOException
TransformerException
-