public class LocalFootnoteRefLinkNodePostProcessorState extends Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState
which further post processes footnote reference links.Constructor and Description |
---|
LocalFootnoteRefLinkNodePostProcessorState(WikiContext wikiContext) |
Modifier and Type | Method and Description |
---|---|
void |
process(com.vladsch.flexmark.util.ast.NodeTracker state,
JSPWikiLink link)
performs further processing before rendering.
|
public LocalFootnoteRefLinkNodePostProcessorState(WikiContext wikiContext)
public void process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
process
in interface NodePostProcessorState<JSPWikiLink>
state
- to record node addition/deletionlink
- the specific node in which the post-processing is taking place.NodePostProcessorState.process(NodeTracker, Node)
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.