Uses of Class
org.commonmark.parser.beta.Position
Packages that use Position
-
Uses of Position in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta that return PositionModifier and TypeMethodDescriptionLinkInfo.afterTextBracket()The position after the closing text bracket, e.g.:Scanner.position()Methods in org.commonmark.parser.beta with parameters of type PositionModifier and TypeMethodDescriptionstatic ParsedInlinestatic LinkResultLinkResult.replaceWith(Node node, Position position) Replace the link with a node.voidScanner.setPosition(Position position) static LinkResultLinkResult.wrapTextIn(Node node, Position position) Wrap the link text in a node.