|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharacterHandler
An interface for receiving notifications of UTF-16 code units read from a character stream.
| Method Summary | |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Receive notification of a run of UTF-16 code units. |
void |
end()
Signals the end of the stream. |
void |
start()
Signals the start of the stream. |
| Method Detail |
|---|
void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
ch - the bufferstart - start index in the bufferlength - the number of characters to process starting from start
org.xml.sax.SAXException - if things go wrong
void end()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - if things go wrong
void start()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - if things go wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||