public class MultipageWriter
extends java.lang.Object
Constructor and Description |
---|
MultipageWriter(ModelWriter pageWriter)
Create a MultipageWriter with the specified model parser which
is used to write the content of a page.
|
Modifier and Type | Method and Description |
---|---|
void |
write(MultipageModel multipage,
java.io.Writer out)
Write the given document to the character stream (out).
|
public MultipageWriter(ModelWriter pageWriter)
public void write(MultipageModel multipage, java.io.Writer out) throws java.io.IOException
java.io.IOException