public class Herold
extends java.lang.Object
Herold implements a console converter to transform
HTML code to DocBook XML.| Modifier and Type | Class and Description |
|---|---|
static class |
Herold.OutputFormat |
| Constructor and Description |
|---|
Herold() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(java.io.File htmlFile,
java.io.File xmlFile) |
void |
convert(java.io.InputStream in,
java.io.OutputStream out,
java.io.File systemId,
org.dbdoclet.trafo.script.Script script) |
void |
execute(java.lang.String[] args) |
int |
getExitCode() |
Herold.OutputFormat |
getOutputFormat() |
boolean |
isCanceled() |
static void |
main(java.lang.String[] args) |
java.io.File |
processCommandLineOptions(org.dbdoclet.option.OptionList options,
org.dbdoclet.trafo.script.Script script) |
void |
setOutputFormat(Herold.OutputFormat outputFormat) |
void |
setSystemExitEnabled(boolean systemExitEnabled) |
void |
setVerbose(boolean verbose) |
public static void main(java.lang.String[] args)
public void convert(java.io.File htmlFile,
java.io.File xmlFile)
throws org.dbdoclet.trafo.TrafoException,
java.io.FileNotFoundException
org.dbdoclet.trafo.TrafoExceptionjava.io.FileNotFoundExceptionpublic void convert(java.io.InputStream in,
java.io.OutputStream out,
java.io.File systemId,
org.dbdoclet.trafo.script.Script script)
throws org.dbdoclet.trafo.TrafoException
org.dbdoclet.trafo.TrafoExceptionpublic Herold.OutputFormat getOutputFormat()
public void setOutputFormat(Herold.OutputFormat outputFormat)
public void execute(java.lang.String[] args)
public int getExitCode()
public boolean isCanceled()
public java.io.File processCommandLineOptions(org.dbdoclet.option.OptionList options,
org.dbdoclet.trafo.script.Script script)
public void setSystemExitEnabled(boolean systemExitEnabled)
public void setVerbose(boolean verbose)