Uses of Interface
org.commonmark.parser.beta.LinkResult
Packages that use LinkResult
Package
Description
Experimental APIs to use for extensions.
-
Uses of LinkResult in org.commonmark.ext.footnotes.internal
Methods in org.commonmark.ext.footnotes.internal that return LinkResultModifier and TypeMethodDescriptionFootnoteLinkProcessor.process
(LinkInfo linkInfo, Scanner scanner, InlineParserContext context) -
Uses of LinkResult in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement LinkResultMethods in org.commonmark.internal.inline that return LinkResultModifier and TypeMethodDescriptionLinkResultImpl.includeMarker()
private static LinkResult
CoreLinkProcessor.process
(LinkInfo linkInfo, Scanner scanner, InlineParserContext context) -
Uses of LinkResult in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta that return LinkResultModifier and TypeMethodDescriptionLinkResult.includeMarker()
If aLinkInfo.marker()
is present, include it in processing (i.e.static LinkResult
LinkResult.none()
Link not handled by processor.LinkProcessor.process
(LinkInfo linkInfo, Scanner scanner, InlineParserContext context) static LinkResult
LinkResult.replaceWith
(Node node, Position position) Replace the link with a node.static LinkResult
LinkResult.wrapTextIn
(Node node, Position position) Wrap the link text in a node.