Uses of Class
org.commonmark.parser.beta.Position
Packages that use Position
Package
Description
Experimental APIs to use for extensions.
-
Uses of Position in org.commonmark.internal
Fields in org.commonmark.internal declared as PositionModifier and TypeFieldDescriptionprivate final PositionInlineParserImpl.LinkInfoImpl.afterTextBracketfinal PositionBracket.bracketPositionThe position of[.final PositionBracket.contentPositionThe position of the content (after the opening bracket)final PositionBracket.markerPositionThe position of the marker if present, null otherwise.Methods in org.commonmark.internal that return PositionMethods in org.commonmark.internal with parameters of type PositionModifier and TypeMethodDescriptionstatic BracketBracket.link(Text bracketNode, Position bracketPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter) private LinkInfoInlineParserImpl.parseLinkInfo(Bracket opener, Position beforeClose) private NodeInlineParserImpl.parseLinkOrImage(Bracket opener, Position beforeClose) static BracketBracket.withMarker(Text markerNode, Position markerPosition, Text bracketNode, Position bracketPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter) Constructors in org.commonmark.internal with parameters of type PositionModifierConstructorDescriptionprivateBracket(Text markerNode, Position markerPosition, Text bracketNode, Position bracketPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter) privateLinkInfoImpl(Text marker, Text openingBracket, String text, String label, String destination, String title, Position afterTextBracket) -
Uses of Position in org.commonmark.internal.inline
Fields in org.commonmark.internal.inline declared as PositionModifier and TypeFieldDescriptionprivate final PositionLinkResultImpl.positionprivate final PositionParsedInlineImpl.positionMethods in org.commonmark.internal.inline that return PositionMethods in org.commonmark.internal.inline with parameters of type PositionModifier and TypeMethodDescriptionprivate ParsedInlineprivate static ParsedInlineHtmlInlineParser.htmlInline(Position start, Scanner scanner) Constructors in org.commonmark.internal.inline with parameters of type PositionModifierConstructorDescriptionLinkResultImpl(LinkResultImpl.Type type, Node node, Position position) ParsedInlineImpl(Node node, Position 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.