public class InterWikiLinkNodePostProcessorState extends Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState which further post processes interwiki links.| Constructor and Description |
|---|
InterWikiLinkNodePostProcessorState(WikiContext wikiContext,
com.vladsch.flexmark.util.ast.Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(com.vladsch.flexmark.util.ast.NodeTracker state,
JSPWikiLink link)
performs further processing before rendering.
|
public InterWikiLinkNodePostProcessorState(WikiContext wikiContext, com.vladsch.flexmark.util.ast.Document document)
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.