A Dom Model Formatter driven by rules in a {@link DomCSS}.
This formatter is given a style sheet in the form of a {@link DomCSS}, and a {@link DomNodeLayoutFeeder} thatsequences the content of a node to format to instances of {@link ILayoutManager} obtained by computing the{@link LayoutStyle} using the given style sheet.
The intent is that this implementation works for all formatting needs. A derived class could possibly override the {@link #getTextFlow(IFormattingContext)} method if text flow should be collected in specific way.
|
|