public interface ITagWorkerFactory
ITagWorkerFactory interface is used for instantiating new ITagWorker objects.| Modifier and Type | Method and Description |
|---|---|
ITagWorker |
getTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag,
ProcessorContext context) |
ITagWorker getTagWorker(com.itextpdf.styledxmlparser.node.IElementNode tag, ProcessorContext context)
tag - IElementNodecontext - ProcessorContextITagWorker instance constructed based on the passed parameters.Copyright © 1998–2023 iText Group NV. All rights reserved.