long startTime = System.currentTimeMillis();
for (int i = 0; i < 10; i++)
{
final DefaultLayoutProcess process = new DefaultLayoutProcess
(new StreamingHtmlOutputProcessor
(LibLayoutBoot.getInstance().getGlobalConfig()));
XhtmlInputDriver idrDriver = new XhtmlInputDriver(process.getInputFeed());
// idrDriver.processDomTree(doc.getDocument());
}
long endTime = System.currentTimeMillis();