Uses of Enum Class
com.github.rjeschke.txtmark.MarkToken
Packages that use MarkToken
-
Uses of MarkToken in com.github.rjeschke.txtmark
Subclasses with type arguments of type MarkToken in com.github.rjeschke.txtmarkMethods in com.github.rjeschke.txtmark that return MarkTokenModifier and TypeMethodDescriptionprivate MarkTokenCheck if there is any markdown Token.static MarkTokenReturns the enum constant of this class with the specified name.static MarkToken[]MarkToken.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.rjeschke.txtmark with parameters of type MarkTokenModifier and TypeMethodDescriptionprivate intEmitter.checkLink(StringBuilder out, String in, int start, MarkToken token) Checks if there is a valid markdown link definition.private intFinds the position of the given Token in the given String.private intEmitter.recursiveEmitLine(StringBuilder out, String in, int start, MarkToken token) Recursively scans through the given line, taking care of any markdown stuff.