public final class SDocumentXHTMLWriterMulti extends Object implements SDocumentXHTMLWriter
| Constructor and Description |
|---|
SDocumentXHTMLWriterMulti()
Construct a new XHTML writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFrontPageName(String name)
Set the name that will be used for the "front page" of the produced
pages.
|
SortedMap<String,nu.xom.Document> |
writeDocuments(SDocumentXHTMLWriterCallbacks callbacks,
SADocument doc)
Transform the given document into at least one XHTML file.
|
public SDocumentXHTMLWriterMulti()
public void setFrontPageName(String name)
Set the name that will be used for the "front page" of the produced pages.
Defaults to: "index-m." + {@link SXHTML#OUTPUT_FILE_SUFFIX}
name - The file name.public SortedMap<String,nu.xom.Document> writeDocuments(SDocumentXHTMLWriterCallbacks callbacks, SADocument doc)
SDocumentXHTMLWriterwriteDocuments in interface SDocumentXHTMLWritercallbacks - A set of callbacks for document customisationdoc - The documentCopyright © 2016 <code@io7m.com> http://io7m.com