public class MediaWikiToCreoleTranslator extends BaseTranslator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TABLE_OF_CONTENTS |
nowikiRegexps, regexps| Constructor and Description |
|---|
MediaWikiToCreoleTranslator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initNowikiRegexps() |
protected void |
initRegexps() |
boolean |
isStrictImportMode() |
protected java.lang.String |
postProcess(java.lang.String content) |
void |
setStrictImportMode(boolean strictImportMode) |
preProcess, protectText, runRegexp, runRegexps, translate, unprotectNowikiTextpublic static final java.lang.String TABLE_OF_CONTENTS
public boolean isStrictImportMode()
public void setStrictImportMode(boolean strictImportMode)
protected void initNowikiRegexps()
protected void initRegexps()
protected java.lang.String postProcess(java.lang.String content)
postProcess in class BaseTranslator