public class DEEtymologyHandler extends DEBlockHandler
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
etymology |
labels| Constructor and Description |
|---|
DEEtymologyHandler()
Initializes the block handler for parsing all sections starting with
one of the specified labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillContent(ParsingContext context)
This hotspot is invoked if the parser releases this handler.
|
boolean |
processBody(String textLine,
ParsingContext context)
If the handler requested to process the body of this constituent, this
hotspot will be called for processing each line of the constituent's
body.
|
boolean |
processHead(String textLine,
ParsingContext context)
If the handler requested to process this constituent, this hotspot
will be called for processing the section header of this
article constituent.
|
canHandle, getLabelsprotected StringBuilder etymology
public DEEtymologyHandler()
public boolean processHead(String textLine, ParsingContext context)
IBlockHandlertrue if the handler
requests to handle also the body of this constituent.processHead in interface IBlockHandlerprocessHead in class BlockHandlerpublic boolean processBody(String textLine, ParsingContext context)
IBlockHandlertrue if the handler requests to handle also
the next line using this handler.processBody in interface IBlockHandlerprocessBody in class BlockHandlerpublic void fillContent(ParsingContext context)
IBlockHandlerfillContent in interface IBlockHandlerfillContent in class BlockHandlerCopyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.