public class FilterEventToXiniTransformer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FIELD_LABEL_PROPERTY |
| Constructor and Description |
|---|
FilterEventToXiniTransformer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAdditionalWordsCount() |
void |
init() |
void |
marshall(OutputStream os) |
void |
popGroupFromStack()
pops a group from the groupStack.
|
void |
pushGroupToStack(StartGroup startGroup)
Pushes a
StartGroup to the groups stack. |
void |
startPage(String name) |
void |
transformTextUnit(ITextUnit tu) |
protected static final String FIELD_LABEL_PROPERTY
public void init()
public void startPage(String name)
public void transformTextUnit(ITextUnit tu)
public void pushGroupToStack(StartGroup startGroup)
StartGroup to the groups stack. The groups stack can be used to collect properties from
StartGroup events.startGroup - public void popGroupFromStack()
public void marshall(OutputStream os)
public long getAdditionalWordsCount()
Copyright © 2022. All rights reserved.