Interface HTMLPreLayoutProcessor
-
public interface HTMLPreLayoutProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preLayout(ProcessingContext context, org.lobobrowser.html.renderer.RBlock block)
This method is called after html enhancers have been executed and before the first layouting has been performed.
-
-
-
Method Detail
-
preLayout
void preLayout(ProcessingContext context, org.lobobrowser.html.renderer.RBlock block)
This method is called after html enhancers have been executed and before the first layouting has been performed.- Parameters:
context
- contains the general processing context that is needed to process HTML documents.block
- the renderable block that may be enhanced by a previous execution of a HTMLEnhancer.
-
-