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