public class SimpleWikipediaMarkupDetectingMachine extends AbstractSimpleTextMachine
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
private int |
startPos |
private int |
state |
| Constructor and Description |
|---|
SimpleWikipediaMarkupDetectingMachine() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processNextCharacter(char c,
int pos) |
protected void |
reset() |
analyze, foundPattern, registerObserverprivate static final org.slf4j.Logger LOGGER
private int state
private int startPos
public SimpleWikipediaMarkupDetectingMachine()
protected void processNextCharacter(char c,
int pos)
processNextCharacter in class AbstractSimpleTextMachineprotected void reset()
reset in class AbstractSimpleTextMachineCopyright © 2015–2020. All rights reserved.