Uses of Class
com.vladsch.flexmark.util.sequence.TagRange
-
Packages that use TagRange Package Description com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer)com.vladsch.flexmark.util.sequence -
-
Uses of TagRange in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html with type parameters of type TagRange Modifier and Type Field Description static DataKey<java.util.ArrayList<TagRange>>HtmlRenderer. TAG_RANGES -
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(java.lang.CharSequence tag, int start, int end)TagRangeTagRange. withEnd(int end)TagRangeTagRange. withRange(int start, int end)TagRangeTagRange. withStart(int start)TagRangeTagRange. withTag(java.lang.CharSequence tag)
-