CssAppliersAware
, TagProcessor
public class Break extends AbstractTagProcessor
Constructor | Description |
---|---|
Break() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Element> |
end(WorkerContext ctx,
Tag tag,
java.util.List<Element> currentContent) |
Classes extending AbstractTagProcessor should override this method for
actions that should be done in
TagProcessor.endElement(WorkerContext, Tag, List) . |
content, createParagraph, currentContentToParagraph, currentContentToParagraph, doRtlIndentCorrections, endElement, getCssAppliers, getCSSResolver, getHtmlPipelineContext, getRunDirection, invertTextAlignForParagraph, invertTextAlignForParagraph, isStackOwner, setCssAppliers, start, startElement, textContent, updateParagraphFontIfNeeded
public java.util.List<Element> end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
AbstractTagProcessor
TagProcessor.endElement(WorkerContext, Tag, List)
.
The AbstractTagProcessor.endElement(WorkerContext, Tag, List)
calls this method
after or before doing certain stuff, (see it's description).end
in class AbstractTagProcessor
ctx
- the WorkerContexttag
- the tagcurrentContent
- the content created from e.g. inner tags, inner content and not yet added to document.Copyright © 1998–2018. All rights reserved.