| Package | Description |
|---|---|
| org.sweble.wikitext.engine | |
| org.sweble.wikitext.engine.utils |
| Modifier and Type | Method and Description |
|---|---|
ExpansionCallback |
ExpansionFrame.getCallback() |
| 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.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.
|
| Constructor and Description |
|---|
ExpansionFrame(WtEngineImpl engine,
ExpansionCallback callback,
ExpansionDebugHooks hooks,
PageTitle title,
WtEntityMap entityMap,
boolean noRedirect,
List<de.fau.cs.osr.ptk.common.Warning> warnings,
EngLogContainer frameLog,
boolean timingEnabled,
boolean catchAll) |
ExpansionFrame(WtEngineImpl engine,
ExpansionCallback callback,
ExpansionDebugHooks hooks,
PageTitle title,
WtEntityMap entityMap,
Map<String,WtNodeList> arguments,
boolean forInclusion,
boolean noRedirect,
ExpansionFrame rootFrame,
ExpansionFrame parentFrame,
List<de.fau.cs.osr.ptk.common.Warning> warnings,
EngLogContainer frameLog,
boolean timingEnabled,
boolean catchAll) |
| Modifier and Type | Class and Description |
|---|---|
static class |
WtEngineToolbox.TestExpansionCallback |
| Modifier and Type | Method and Description |
|---|---|
EngProcessedPage |
WtEngineToolbox.wmToAst(PageId pageId,
String wikitext,
ExpansionCallback callback) |
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.