Package | Description |
---|---|
org.apache.commons.csv |
Jakarta-Commons CSV Format Support
|
Modifier and Type | Field and Description |
---|---|
private CSVParser.Token |
CSVParser.reusableToken |
Modifier and Type | Method and Description |
---|---|
private CSVParser.Token |
CSVParser.encapsulatedTokenLexer(CSVParser.Token tkn,
int c)
An encapsulated token lexer
Encapsulated tokens are surrounded by the given encapsulating-string.
|
protected CSVParser.Token |
CSVParser.nextToken()
Convenience method for
nextToken(null) . |
protected CSVParser.Token |
CSVParser.nextToken(CSVParser.Token tkn)
Returns the next token.
|
(package private) CSVParser.Token |
CSVParser.Token.reset() |
private CSVParser.Token |
CSVParser.simpleTokenLexer(CSVParser.Token tkn,
int c)
A simple token lexer
Simple token are tokens which are not surrounded by encapsulators.
|
Modifier and Type | Method and Description |
---|---|
private CSVParser.Token |
CSVParser.encapsulatedTokenLexer(CSVParser.Token tkn,
int c)
An encapsulated token lexer
Encapsulated tokens are surrounded by the given encapsulating-string.
|
protected CSVParser.Token |
CSVParser.nextToken(CSVParser.Token tkn)
Returns the next token.
|
private CSVParser.Token |
CSVParser.simpleTokenLexer(CSVParser.Token tkn,
int c)
A simple token lexer
Simple token are tokens which are not surrounded by encapsulators.
|