public interface DocumentAnalyzerIF
Modifier and Type | Method and Description |
---|---|
void |
analyzeToken(TextBlock parent,
Token token,
int index) |
boolean |
doDocumentAnalysis() |
void |
endAnalysis() |
void |
endDocument(Document doc) |
void |
endRegion(Region region) |
void |
startAnalysis() |
void |
startDocument(Document doc) |
void |
startRegion(Region region) |
boolean doDocumentAnalysis()
void startAnalysis()
void startDocument(Document doc)
void startRegion(Region region)
void endRegion(Region region)
void endDocument(Document doc)
void endAnalysis()