Uses of Class
com.github.rjeschke.txtmark.MarkToken
-
Packages that use MarkToken Package Description com.github.rjeschke.txtmark -
-
Uses of MarkToken in com.github.rjeschke.txtmark
Methods in com.github.rjeschke.txtmark that return MarkToken Modifier and Type Method Description private MarkTokenEmitter. getToken(java.lang.String in, int pos)Check if there is any markdown Token.static MarkTokenMarkToken. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MarkToken[]MarkToken. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.rjeschke.txtmark with parameters of type MarkToken Modifier and Type Method Description private intEmitter. checkLink(java.lang.StringBuilder out, java.lang.String in, int start, MarkToken token)Checks if there is a valid markdown link definition.private intEmitter. findToken(java.lang.String in, int start, MarkToken token)Finds the position of the given Token in the given String.private intEmitter. recursiveEmitLine(java.lang.StringBuilder out, java.lang.String in, int start, MarkToken token)Recursively scans through the given line, taking care of any markdown stuff.
-