| Package | Description |
|---|---|
| org.sweble.wikitext.engine | |
| org.sweble.wikitext.engine.utils |
| Modifier and Type | Method and Description |
|---|---|
protected EngProcessedPage |
WtEngineImpl.expand(ExpansionCallback callback,
PageId pageId,
WtPreproWikitextPage ppAst,
WtEntityMap entityMap,
boolean forInclusion,
Map<String,WtNodeList> arguments,
ExpansionFrame rootFrame,
ExpansionFrame parentFrame) |
EngProcessedPage |
WtEngine.expand(PageId pageId,
String wikitext,
boolean forInclusion,
ExpansionCallback callback)
Takes wikitext and expands the wikitext.
|
EngProcessedPage |
WtEngineImpl.expand(PageId pageId,
String wikitext,
boolean forInclusion,
ExpansionCallback callback)
Takes wikitext and expands the wikitext.
|
EngProcessedPage |
WtEngine.expand(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and expands the wikitext.
|
EngProcessedPage |
WtEngineImpl.expand(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and expands the wikitext.
|
EngProcessedPage |
WtEngine.parse(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and parses the wikitext for viewing.
|
EngProcessedPage |
WtEngineImpl.parse(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and parses the wikitext for viewing.
|
EngProcessedPage |
WtEngineImpl.parseAndPostprocess(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and parses the wikitext for viewing.
|
EngProcessedPage |
WtEngine.postprocess(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and parses the wikitext for viewing.
|
EngProcessedPage |
WtEngineImpl.postprocess(PageId pageId,
String wikitext,
ExpansionCallback callback)
Takes wikitext and parses the wikitext for viewing.
|
EngProcessedPage |
WtEngine.postprocessPpOrExpAst(PageId pageId,
WtPreproWikitextPage pprAst)
Takes an AST after preprocessing or after expansion and performs the
following steps:
Parsing
Entity substitution
Postprocessing
|
EngProcessedPage |
WtEngineImpl.postprocessPpOrExpAst(PageId pageId,
WtPreproWikitextPage pprAst)
Takes an AST after preprocessing or after expansion and performs the
following steps:
Parsing
Entity substitution
Postprocessing
|
EngProcessedPage |
WtEngine.preprocess(PageId pageId,
String wikitext,
boolean forInclusion,
ExpansionCallback callback)
Takes wikitext and preprocesses the wikitext (without performing
expansion).
|
EngProcessedPage |
WtEngineImpl.preprocess(PageId pageId,
String wikitext,
boolean forInclusion,
ExpansionCallback callback)
Takes wikitext and preprocesses the wikitext (without performing
expansion).
|
protected EngProcessedPage |
WtEngineImpl.preprocessAndExpand(ExpansionCallback callback,
PageId pageId,
String wikitext,
boolean forInclusion,
WtEntityMap entityMap,
Map<String,WtNodeList> arguments,
ExpansionFrame rootFrame,
ExpansionFrame parentFrame)
This function is only called by preprocessor frames to pull in pages for
transclusion or redirection.
|
| Modifier and Type | Method and Description |
|---|---|
EngProcessedPage |
WtEngineToolbox.wmToAst(PageId pageId,
String wikitext) |
EngProcessedPage |
WtEngineToolbox.wmToAst(PageId pageId,
String wikitext,
ExpansionCallback callback) |
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.