public StreamingHtmlOutputProcessor(final Configuration configuration)
{
super(configuration);
final FontRegistry fontRegistry = new AWTFontRegistry();
final FontStorage fontStorage = new DefaultFontStorage(fontRegistry);
this.metaData = new HtmlOutputProcessorMetaData
(fontStorage, HtmlOutputProcessorMetaData.PAGINATION_NONE);
final ContentLocation contentLocation = new DummyRepository().getRoot();
final NameGenerator contentNameGenerator = new DefaultNameGenerator(contentLocation);