public class OptGroupTagWorker extends DivTagWorker
optgroup element.| Constructor and Description |
|---|
OptGroupTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
Creates a new
OptGroupTagWorker 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 OptGroupTagWorker(com.itextpdf.styledxmlparser.node.IElementNode element,
ProcessorContext context)
OptGroupTagWorker 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–2020 iText Group NV. All rights reserved.