public class AbbrTagWorker extends SpanTagWorker
abbr
element.
Constructor and Description |
---|
AbbrTagWorker(com.itextpdf.styledxmlparser.node.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(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, processTagChild
public AbbrTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag, ProcessorContext context)
AbbrTagWorker
instance.
tag
- the tag
context
- the context
public boolean processContent(String content, ProcessorContext context)
ITagWorker
processContent
in interface ITagWorker
processContent
in class SpanTagWorker
content
- the content of a node
context
- the processor context
public void processEnd(com.itextpdf.styledxmlparser.node.IElementNode element, ProcessorContext context)
ITagWorker
processEnd
in interface ITagWorker
processEnd
in class SpanTagWorker
element
- the element node
context
- the processor context
Copyright © 1998–2019 iText Group NV. All rights reserved.