- Common ways to obtain HTMLHighlighter$Implementation
private void myMethod () {}
throws BoilerpipeProcessingException { final Implementation implementation = new Implementation(); implementation.process(doc, is);
throws BoilerpipeProcessingException { final Implementation implementation = new Implementation(); implementation.process(doc, is);
throws BoilerpipeProcessingException { final Implementation implementation = new Implementation(); implementation.process(doc, is);
/** * Processes the given {@link TextDocument} and the original HTML text (as * an {@link InputSource}). * * @param doc * The processed {@link TextDocument}. * @param is * The original HTML document. * @throws BoilerpipeProcessingException */ public String process(final TextDocument doc, final InputSource is) throws BoilerpipeProcessingException { final Implementation implementation = new Implementation(); implementation.process(doc, is); return implementation.html.toString(); }