|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextHandlerIF
INTERNAL: Callback interface used by format modules to tell the classification framework about the structure of classifiable content.
The calls to startRegion can be nested, but they must have been unnested via calls to endRegion at the time when the end of the classifiable content has been reached.
Method Summary | |
---|---|
void |
endRegion()
INTERNAL: Ends the current document region. |
void |
startRegion(java.lang.String regionName)
INTERNAL: Starts a new document region. |
void |
text(char[] ch,
int start,
int length)
INTERNAL: Text found in the classifiable content. |
Method Detail |
---|
void startRegion(java.lang.String regionName)
void text(char[] ch, int start, int length)
void endRegion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |