public class DefaultTagWorkerFactory extends Object implements ITagWorkerFactory
| Constructor and Description |
|---|
DefaultTagWorkerFactory()
Instantiates a new default tag worker factory.
|
| Modifier and Type | Method and Description |
|---|---|
ITagWorker |
getCustomTagWorker(IElementNode tag, ProcessorContext context)
This is a hook method.
|
static ITagWorkerFactory |
getInstance()
Gets ITagWorkerFactory instance.
|
ITagWorker |
getTagWorker(IElementNode tag, ProcessorContext context) |
public DefaultTagWorkerFactory()
public static ITagWorkerFactory getInstance()
ITagWorkerFactory instance.
public final ITagWorker getTagWorker(IElementNode tag, ProcessorContext context)
getTagWorker in interface ITagWorkerFactory
tag - IElementNode
context - ProcessorContext
ITagWorker instance constructed based on the passed parameters.
public ITagWorker getCustomTagWorker(IElementNode tag, ProcessorContext context)
tag - the tag
context - the context
Copyright © 1998–2019 iText Group NV. All rights reserved.