public abstract class AbstractUnescapeCellPreProcessor extends CellPreProcessor
| Constructor and Description |
|---|
AbstractUnescapeCellPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignoreLeadingSpace() |
protected abstract boolean |
isEscapeChar(char c) |
void |
newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer) |
public final void newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer)
newCell in class CellPreProcessorprotected abstract boolean isEscapeChar(char c)
public final boolean ignoreLeadingSpace()
ignoreLeadingSpace in class CellPreProcessorCopyright © 2016. All rights reserved.