|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EncodingDeclarationHandler
An interface for communicating about character encoding names with the environment of the parser.
| Method Summary | |
|---|---|
String |
getCharacterEncoding()
Queries the environment for the encoding in use (for error reporting). |
boolean |
internalEncodingDeclaration(String charset)
Indicates that the parser has found an internal encoding declaration with the charset value charset. |
| Method Detail |
|---|
boolean internalEncodingDeclaration(String charset)
throws SAXException
charset.
charset - the charset name found.
true if the value of charset was an
encoding name for a supported ASCII-superset encoding.
SAXException - if something went wrong
String getCharacterEncoding()
throws SAXException
SAXException - if something went wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||