Uses of Class
org.commonmark.parser.beta.Position
-
Packages that use Position Package Description org.commonmark.internal org.commonmark.internal.inline org.commonmark.parser.beta Experimental APIs to use for extensions. -
-
Uses of Position in org.commonmark.internal
Fields in org.commonmark.internal declared as Position Modifier and Type Field Description private PositionInlineParserImpl.LinkInfoImpl. afterTextBracketPositionBracket. bracketPositionThe position of[.PositionBracket. contentPositionThe position of the content (after the opening bracket)PositionBracket. markerPositionThe position of the marker if present, null otherwise.Methods in org.commonmark.internal that return Position Modifier and Type Method Description PositionInlineParserImpl.LinkInfoImpl. afterTextBracket()Methods in org.commonmark.internal with parameters of type Position Modifier and Type Method Description static 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 Position Constructor Description Bracket(Text markerNode, Position markerPosition, Text bracketNode, Position bracketPosition, Position contentPosition, Bracket previous, Delimiter previousDelimiter)LinkInfoImpl(Text marker, Text openingBracket, java.lang.String text, java.lang.String label, java.lang.String destination, java.lang.String title, Position afterTextBracket) -
Uses of Position in org.commonmark.internal.inline
Fields in org.commonmark.internal.inline declared as Position Modifier and Type Field Description private PositionLinkResultImpl. positionprivate PositionParsedInlineImpl. positionMethods in org.commonmark.internal.inline that return Position Modifier and Type Method Description PositionLinkResultImpl. getPosition()PositionParsedInlineImpl. getPosition()Methods in org.commonmark.internal.inline with parameters of type Position Modifier and Type Method Description private ParsedInlineEntityInlineParser. entity(Scanner scanner, Position start)private static ParsedInlineHtmlInlineParser. htmlInline(Position start, Scanner scanner)Constructors in org.commonmark.internal.inline with parameters of type Position Constructor Description LinkResultImpl(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 Position Modifier and Type Method Description PositionLinkInfo. afterTextBracket()The position after the closing text bracket, e.g.:PositionScanner. position()Methods in org.commonmark.parser.beta with parameters of type Position Modifier and Type Method Description SourceLinesScanner. getSource(Position begin, Position end)static ParsedInlineParsedInline. of(Node node, Position position)static 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.
-