| Package | Description |
|---|---|
| org.apache.james.mime4j.field | |
| org.apache.james.mime4j.field.language.parser |
| Modifier and Type | Field and Description |
|---|---|
private ParseException |
ContentLanguageFieldImpl.parseException |
| Modifier and Type | Method and Description |
|---|---|
ParseException |
ContentLanguageParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<java.lang.String> |
ContentLanguageParser.doParse() |
private Token |
ContentLanguageParser.jj_consume_token(int kind) |
java.lang.String |
ContentLanguageParser.language() |
java.util.List<java.lang.String> |
ContentLanguageParser.parse()
Parses the input into a list of language tags.
|