public class AbbrTagWorker extends SpanTagWorker
abbr element.| Constructor and Description |
|---|
AbbrTagWorker(IElementNode tag,
ProcessorContext context)
Creates a new
AbbrTagWorker instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processContent(String content,
ProcessorContext context)
Placeholder for what needs to be done while the content of a tag is being processed.
|
void |
processEnd(IElementNode element,
ProcessorContext context)
Placeholder for what needs to be done after the content of a tag has been processed.
|
getAllElements, getDisplay, getElementResult, getOwnLeafElements, processTagChildpublic AbbrTagWorker(IElementNode tag, ProcessorContext context)
AbbrTagWorker instance.tag - the tagcontext - the contextpublic boolean processContent(String content, ProcessorContext context)
ITagWorkerprocessContent in interface ITagWorkerprocessContent in class SpanTagWorkercontent - the content of a nodecontext - the processor contextpublic void processEnd(IElementNode element, ProcessorContext context)
ITagWorkerprocessEnd in interface ITagWorkerprocessEnd in class SpanTagWorkerelement - the element nodecontext - the processor contextCopyright © 1998–2018 iText Group NV. All rights reserved.