Locale |
Parser.chooseLocale(String[] languages) |
Chooses a client locale to use for diagnostics, using the first
language specified in the list that is supported by this parser.
|
Locale |
Parser2.chooseLocale(String[] languages) |
Chooses a client locale to use for diagnostics, using the first
language specified in the list that is supported by this parser.
|
int |
Parser.parse() |
Parse and return the next parsing state.
|
int |
Parser2.parse() |
Parse and return the next parsing state.
|
abstract int |
StreamingParser.parse() |
Parses the next component of the document being parsed.
|
int |
StreamingParserImpl.parse() |
Parses the next component of the document being parsed.
|
void |
Parser.setLocale(Locale l) |
Used by applications to request locale for diagnostics.
|
void |
Parser2.setLocale(Locale l) |
Used by applications to request locale for diagnostics.
|