Class LocalFootnoteLinkNodePostProcessorState
- java.lang.Object
-
- org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.LocalFootnoteLinkNodePostProcessorState
-
- All Implemented Interfaces:
NodePostProcessorState<JSPWikiLink>
public class LocalFootnoteLinkNodePostProcessorState extends java.lang.Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState
which further post processes local footnote links.
-
-
Constructor Summary
Constructors Constructor Description LocalFootnoteLinkNodePostProcessorState(Context wikiContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
performs further processing before rendering.
-
-
-
Constructor Detail
-
LocalFootnoteLinkNodePostProcessorState
public LocalFootnoteLinkNodePostProcessorState(Context wikiContext)
-
-
Method Detail
-
process
public void process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
performs further processing before rendering.- Specified by:
process
in interfaceNodePostProcessorState<JSPWikiLink>
- Parameters:
state
- to record node addition/deletionlink
- the specific node in which the post-processing is taking place.- See Also:
NodePostProcessorState.process(NodeTracker, Node)
-
-