CellConsumerpublic static final class YamlCellPreProcessor.YamlCellConsumer extends Object implements CellConsumer
| Constructor | Description |
|---|---|
YamlCellConsumer(CellConsumer rowDelegate,
CellConsumer commentDelegate,
CellPreProcessor rowCellPreProcessor) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
end() |
|
boolean |
endOfRow() |
|
void |
newCell(char[] chars,
int offset,
int length) |
|
void |
newCell(char[] chars,
int start,
int end,
int state) |
ofpublic YamlCellConsumer(CellConsumer rowDelegate, CellConsumer commentDelegate, CellPreProcessor rowCellPreProcessor)
public void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic void newCell(char[] chars,
int start,
int end,
int state)
public boolean endOfRow()
endOfRow in interface CellConsumerpublic void end()
end in interface CellConsumerCopyright © 2018. All rights reserved.