public interface ParserStagePlugin
| Modifier and Type | Method and Description |
|---|---|
void |
executeParser(PluginContent element,
WikiContext context,
Map<String,String> params)
Method which is executed during parsing.
|
void executeParser(PluginContent element, WikiContext context, Map<String,String> params)
element - The JDOM element which has already been connected to the Document.context - WikiContext, as usual.params - Parsed parameters for the plugin.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.