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