| Package | Description |
|---|---|
| com.sun.xml.rpc.sp | |
| com.sun.xml.rpc.streaming |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
int |
StreamingParserImpl.parse()
Parses the next component of the document being parsed.
|
abstract int |
StreamingParser.parse()
Parses the next component of the document being parsed.
|
int |
Parser2.parse()
Parse and return the next parsing state.
|
int |
Parser.parse()
Parse and return the next parsing state.
|
void |
Parser2.setLocale(Locale l)
Used by applications to request locale for diagnostics.
|
void |
Parser.setLocale(Locale l)
Used by applications to request locale for diagnostics.
|
| Constructor and Description |
|---|
StreamingException(ParseException e) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.