public class HtmlOutputter extends Object implements IOutputter
IOutputter.Context| Constructor and Description |
|---|
HtmlOutputter() |
| Modifier and Type | Method and Description |
|---|---|
void |
embedd(IOutputter.Context context,
IResult result,
Writer writer)
Add this result to the output.
|
void |
process(IOutputter.Context context,
IResult result,
Writer writer)
Write this result to the output, presuming the writer has just been opened.
|
public void embedd(IOutputter.Context context, IResult result, Writer writer) throws IOException
IOutputterembedd in interface IOutputtercontext - the context, which controls how the output should be doneresult - the result to be formattedwriter - where the formatted output should goIOException - if something went wrong writing this resultpublic void process(IOutputter.Context context, IResult result, Writer writer) throws IOException
IOutputterprocess in interface IOutputtercontext - the context, which controls how the output should be doneresult - the result to be formattedwriter - where the formatted output should goIOException - if something went wrong writing this result