public abstract class AbstractDocumentAnalyzer extends Object implements DocumentAnalyzerIF
| Modifier and Type | Field and Description |
|---|---|
protected int |
iteration |
protected int |
iterations |
| Constructor and Description |
|---|
AbstractDocumentAnalyzer(int iterations) |
| Modifier and Type | Method and Description |
|---|---|
abstract 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) |
public boolean doDocumentAnalysis()
doDocumentAnalysis in interface DocumentAnalyzerIFpublic void startAnalysis()
startAnalysis in interface DocumentAnalyzerIFpublic void startDocument(Document doc)
startDocument in interface DocumentAnalyzerIFpublic void startRegion(Region region)
startRegion in interface DocumentAnalyzerIFpublic abstract void analyzeToken(TextBlock parent, Token token, int index)
analyzeToken in interface DocumentAnalyzerIFpublic void endRegion(Region region)
endRegion in interface DocumentAnalyzerIFpublic void endDocument(Document doc)
endDocument in interface DocumentAnalyzerIFpublic void endAnalysis()
endAnalysis in interface DocumentAnalyzerIF