Class FootnoteLinkProcessor
- java.lang.Object
-
- org.commonmark.ext.footnotes.internal.FootnoteLinkProcessor
-
- All Implemented Interfaces:
LinkProcessor
public class FootnoteLinkProcessor extends java.lang.Object implements LinkProcessor
-
-
Constructor Summary
Constructors Constructor Description FootnoteLinkProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkResult
process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-
-
-
Method Detail
-
process
public LinkResult process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
- Specified by:
process
in interfaceLinkProcessor
- Parameters:
linkInfo
- information about the parsed link/imagescanner
- the scanner at the current position after the parsed link/imagecontext
- context for inline parsing- Returns:
- what to do with the link/image, e.g. do nothing (try the next processor), wrap the text in a node, or replace the link/image with a node
-
-