Class TagRange
- java.lang.Object
-
- com.vladsch.flexmark.util.sequence.Range
-
- com.vladsch.flexmark.util.sequence.TagRange
-
public class TagRange extends Range
-
-
Constructor Summary
Constructors Constructor Description TagRange(CharSequence tag, int start, int end)TagRange(CharSequence tag, Range range)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTag()static TagRangeof(CharSequence tag, int start, int end)TagRangewithEnd(int end)TagRangewithRange(int start, int end)TagRangewithStart(int start)TagRangewithTag(CharSequence tag)-
Methods inherited from class com.vladsch.flexmark.util.sequence.Range
basedSafeSubSequence, basedSubSequence, charSubSequence, compare, component1, component2, contains, contains, contains, doesContain, doesContain, doesContain, doesNotOverlap, doesNotOverlapNorAdjacent, doesNotOverlapOrAdjacent, doesOverlap, doesOverlapOrAdjacent, doesProperlyContain, emptyOf, endMinus, endPlus, equals, exclude, expandToInclude, expandToInclude, getEnd, getEndOffset, getSpan, getStart, getStartOffset, hashCode, include, include, include, intersect, isAdjacent, isAdjacent, isAdjacentAfter, isAdjacentAfter, isAdjacentBefore, isAdjacentBefore, isContainedBy, isContainedBy, isEmpty, isEnd, isEqual, isLast, isNotEmpty, isNotNull, isNull, isProperlyContainedBy, isProperlyContainedBy, isStart, isValidIndex, leadBy, leads, of, ofLength, overlaps, overlapsOrAdjacent, properlyContains, richSafeSubSequence, richSubSequence, safeSubSequence, shiftLeft, shiftRight, startMinus, startPlus, subSequence, toString, trailedBy, trails
-
-
-
-
Field Detail
-
tag
protected final String tag
-
-
Constructor Detail
-
TagRange
public TagRange(CharSequence tag, Range range)
-
TagRange
public TagRange(CharSequence tag, int start, int end)
-
-
Method Detail
-
of
public static TagRange of(CharSequence tag, int start, int end)
-
getTag
public String getTag()
-
withTag
public TagRange withTag(CharSequence tag)
-
-