public class AbbrTagWorker extends SpanTagWorker
abbr element.| Constructor and Description |
|---|
AbbrTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
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(com.itextpdf.styledxmlparser.node.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(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
AbbrTagWorker instance.element - 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(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
ITagWorkerprocessEnd in interface ITagWorkerprocessEnd in class SpanTagWorkerelement - the element nodecontext - the processor contextCopyright © 1998–2021 iText Group NV. All rights reserved.