Uses of Class
com.vladsch.flexmark.util.sequence.TagRange
-
Packages that use TagRange Package Description com.vladsch.flexmark.util.sequence -
-
Uses of TagRange in com.vladsch.flexmark.util.sequence
Methods in com.vladsch.flexmark.util.sequence that return TagRange Modifier and Type Method Description static TagRangeTagRange. of(CharSequence tag, int start, int end)TagRangeTagRange. withEnd(int end)TagRangeTagRange. withRange(int start, int end)TagRangeTagRange. withStart(int start)TagRangeTagRange. withTag(CharSequence tag)
-