public interface ParserStagePlugin
PluginManager
for further documentation.| Modifier and Type | Method and Description |
|---|---|
void |
executeParser(PluginElement element,
Context context,
java.util.Map<java.lang.String,java.lang.String> params)
Method which is executed during parsing.
|
void executeParser(PluginElement element, Context context, java.util.Map<java.lang.String,java.lang.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 (c) 2001-2022 The Apache Software Foundation. All rights reserved.