Uses of Interface
org.commonmark.parser.beta.LinkResult
Packages that use LinkResult
-
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. treat it the same way as the brackets).static LinkResultLinkResult.none()Link not handled by processor.LinkProcessor.process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context) static LinkResultLinkResult.replaceWith(Node node, Position position) Replace the link with a node.static LinkResultLinkResult.wrapTextIn(Node node, Position position) Wrap the link text in a node.