public class PreTagWorker extends DivTagWorker
pre element.
| Constructor and Description |
|---|
PreTagWorker(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.
|
getDisplay, getElementResult, processEndpublic PreTagWorker(IElementNode element, ProcessorContext context)
PreTagWorker instance.
element - the element
context - the context
public boolean processContent(String content, ProcessorContext context)
ITagWorker
processContent in interface ITagWorker
processContent in class DivTagWorker
content - the content of a node
context - the processor context
public boolean processTagChild(ITagWorker childTagWorker, ProcessorContext context)
ITagWorker
processTagChild in interface ITagWorker
processTagChild in class DivTagWorker
childTagWorker - the tag worker of the child node
context - the processor context
Copyright © 1998–2019 iText Group NV. All rights reserved.