| Package | Description |
|---|---|
| org.sweble.wikitext.engine | |
| org.sweble.wikitext.engine.nodes | |
| org.sweble.wikitext.engine.output | |
| 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 |
FullPreprocessedPage.getPage() |
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.
|
| Constructor and Description |
|---|
FullPreprocessedPage(PageId pageId,
boolean forInclusion,
EngProcessedPage page) |
| Modifier and Type | Method and Description |
|---|---|
EngProcessedPage |
EngineNodeFactoryImpl.processedPage(EngPage page,
EngLogProcessingPass log,
List<de.fau.cs.osr.ptk.common.Warning> warnings) |
EngProcessedPage |
EngineNodeFactory.processedPage(EngPage page,
EngLogProcessingPass log,
List<de.fau.cs.osr.ptk.common.Warning> warnings) |
EngProcessedPage |
EngineNodeFactoryImpl.processedPage(EngPage page,
EngLogProcessingPass log,
List<de.fau.cs.osr.ptk.common.Warning> warnings,
WtEntityMap entityMap) |
EngProcessedPage |
EngineNodeFactory.processedPage(EngPage page,
EngLogProcessingPass log,
List<de.fau.cs.osr.ptk.common.Warning> warnings,
WtEntityMap entityMap) |
static EngProcessedPage |
EngineRtData.set(EngProcessedPage n) |
| Modifier and Type | Method and Description |
|---|---|
static EngProcessedPage |
EngineRtData.set(EngProcessedPage n) |
void |
CompleteEngineVisitorNoReturn.visit(EngProcessedPage n) |
T |
CompleteEngineVisitor.visit(EngProcessedPage n) |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlRenderer.visit(EngProcessedPage n) |
void |
SafeLinkTitlePrinter.visit(EngProcessedPage n) |
| Modifier and Type | Method and Description |
|---|---|
EngProcessedPage |
WtEngineToolbox.wmToAst(PageId pageId,
String wikitext) |
EngProcessedPage |
WtEngineToolbox.wmToAst(PageId pageId,
String wikitext,
ExpansionCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WtEngineToolbox.printAst(EngProcessedPage ast) |
void |
EnginePrettyPrinter.visit(EngProcessedPage n) |
void |
EngineRtDataPrettyPrinter.visit(EngProcessedPage n) |
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.