|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fragmenter
Implements the policy for breaking text into multiple fragments for consideration
by the Highlighter
class. A sophisticated implementation may do this on the basis
of detecting end of sentences in the text.
Method Summary | |
---|---|
boolean |
isNewFragment(Token nextToken)
Test to see if this token from the stream should be held in a new TextFragment |
void |
start(String originalText)
Initializes the Fragmenter |
Method Detail |
---|
void start(String originalText)
originalText
- boolean isNewFragment(Token nextToken)
nextToken
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |