net.eduvax.heml
private class Parser.RowContent extends Parser.State
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<java.lang.String> |
_cellValues |
Constructor and Description |
---|
Parser.RowContent(Parser.State s) |
Modifier and Type | Method and Description |
---|---|
void |
addField() |
void |
close() |
void |
handle(char ch) |
getBackState, goBackState
public Parser.RowContent(Parser.State s)
public void close()
close
in class Parser.State
public void addField()
public void handle(char ch)
handle
in class Parser.State