|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectHandler with generic type CharSequence instead.
@Deprecated public interface TextHandler
The TextHandler interface specifies a single method
for operating on a slice of characters. The typical usage of a
text handler is as a visitor whose handle method is invoked as a
callback by a data parser, such as an implementation of Parser.
| Method Summary | |
|---|---|
void |
handle(char[] cs,
int start,
int length)
Deprecated. Handles the specified character slice. |
| Method Detail |
|---|
void handle(char[] cs,
int start,
int length)
cs - Underlying array of characters.start - First character in slice.length - Number of characters in slice.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||