public class WikipediaMarkupDeletingMachine extends Object implements TextMachineObserver
| Modifier and Type | Field and Description |
|---|---|
private TextMachine |
textMachine |
| Constructor and Description |
|---|
WikipediaMarkupDeletingMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundPattern(int patternId,
int startPos,
int endPos,
TextMachineObserverState observerState) |
private String |
getCleanString(String text) |
String |
getCleanText(String text) |
private TextMachine textMachine
public void foundPattern(int patternId,
int startPos,
int endPos,
TextMachineObserverState observerState)
foundPattern in interface TextMachineObserverCopyright © 2015–2020. All rights reserved.