Package | Description |
---|---|
writer2latex.api | |
writer2latex.base | |
writer2latex.epub |
Modifier and Type | Method | Description |
---|---|---|
ConverterResult |
Converter.convert(java.io.File source,
java.lang.String sTargetFileName) |
Convert a document
|
ConverterResult |
Converter.convert(java.io.InputStream is,
java.lang.String sTargetFileName) |
Convert a document
|
ConverterResult |
Converter.convert(org.w3c.dom.Document dom,
java.lang.String sTargetFileName,
boolean bDestructive) |
Convert a document
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConverterResultImpl |
ConverterResultImpl is a straightforward implementation of ConverterResult |
Modifier and Type | Method | Description |
---|---|---|
ConverterResult |
ConverterBase.convert(java.io.File source,
java.lang.String sTargetFileName) |
|
ConverterResult |
ConverterBase.convert(java.io.InputStream is,
java.lang.String sTargetFileName) |
|
ConverterResult |
ConverterBase.convert(org.w3c.dom.Document dom,
java.lang.String sTargetFileName,
boolean bDestructive) |
Modifier and Type | Method | Description |
---|---|---|
ConverterResult |
EPUBConverter.convert(java.io.InputStream is,
java.lang.String sTargetFileName) |
|
ConverterResult |
EPUBConverter.convert(org.w3c.dom.Document dom,
java.lang.String sTargetFileName,
boolean bDestructive) |
Constructor | Description |
---|---|
EPUBWriter(ConverterResult xhtmlResult,
java.lang.String sFileName,
XhtmlConfig config) |
|
NCXWriter(ConverterResult cr,
java.lang.String sUUID) |
|
OPFWriter(ConverterResult cr) |