Class FootnoteLinkProcessor
java.lang.Object
org.commonmark.ext.footnotes.internal.FootnoteLinkProcessor
- All Implemented Interfaces:
LinkProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-
Constructor Details
-
FootnoteLinkProcessor
public FootnoteLinkProcessor()
-
-
Method Details
-
process
- 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
-