public class PreTagWorker extends DivTagWorker
pre element.| Constructor and Description |
|---|
PreTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
Creates a new
PreTagWorker 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.
|
boolean |
processTagChild(ITagWorker childTagWorker,
ProcessorContext context)
Placeholder for what needs to be done when a child node is being processed.
|
addBlockChild, getDisplay, getElementResult, postProcessInlineGroup, processEndpublic PreTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
PreTagWorker instance.element - the elementcontext - the contextpublic boolean processContent(String content, ProcessorContext context)
ITagWorkerprocessContent in interface ITagWorkerprocessContent in class DivTagWorkercontent - the content of a nodecontext - the processor contextpublic boolean processTagChild(ITagWorker childTagWorker, ProcessorContext context)
ITagWorkerprocessTagChild in interface ITagWorkerprocessTagChild in class DivTagWorkerchildTagWorker - the tag worker of the child nodecontext - the processor contextCopyright © 1998–2023 Apryse Group NV. All rights reserved.