public interface TextHandlerIF
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.
Modifier and Type | Method and Description |
---|---|
void |
endRegion()
INTERNAL: Ends the current document region.
|
void |
startRegion(String regionName)
INTERNAL: Starts a new document region.
|
void |
text(char[] ch,
int start,
int length)
INTERNAL: Text found in the classifiable content.
|
void startRegion(String regionName)
void text(char[] ch, int start, int length)
void endRegion()