@Experimental public class Meta extends AbstractTagProcessor
Constructor and Description |
---|
Meta() |
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, isStackOwner, setCssAppliers, startElement, textContent
public List<Element> start(WorkerContext ctx, Tag tag)
AbstractTagProcessor
TagProcessor.startElement(WorkerContext, Tag)
. The AbstractTagProcessor.startElement(WorkerContext, Tag)
calls this method after or before doing certain stuff, (see it's description).
start
in class AbstractTagProcessor
ctx
- the WorkerContext
tag
- the tag
Copyright © 2016. All rights reserved.