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