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 TagRange
TagRange. of(java.lang.CharSequence tag, int start, int end)
TagRange
TagRange. withEnd(int end)
TagRange
TagRange. withRange(int start, int end)
TagRange
TagRange. withStart(int start)
TagRange
TagRange. withTag(java.lang.CharSequence tag)
-