public class Link extends AbstractTagProcessor
CssResolverPipeline CSS. If the content cannot be parsed, an error is logged.| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
start(WorkerContext ctx,
Tag tag)
Classes extending AbstractTagProcessor should override this method for actions that should be done in
TagProcessor.startElement(WorkerContext, Tag). |
content, createParagraph, currentContentToParagraph, currentContentToParagraph, doRtlIndentCorrections, end, endElement, getCssAppliers, getCSSResolver, getHtmlPipelineContext, getRunDirection, invertTextAlignForParagraph, invertTextAlignForParagraph, isStackOwner, setCssAppliers, startElement, textContent, updateParagraphFontIfNeededpublic List<Element> start(WorkerContext ctx, Tag tag)
AbstractTagProcessorTagProcessor.startElement(WorkerContext, Tag). The AbstractTagProcessor.startElement(WorkerContext, Tag) calls this method
after or before doing certain stuff, (see it's description).start in class AbstractTagProcessorctx - the WorkerContexttag - the tagCopyright © 2019. All rights reserved.