Class TagRange
- java.lang.Object
-
- com.vladsch.flexmark.util.sequence.Range
-
- com.vladsch.flexmark.util.sequence.TagRange
-
public class TagRange extends Range
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTag()static TagRangeof(java.lang.CharSequence tag, int start, int end)TagRangewithEnd(int end)TagRangewithRange(int start, int end)TagRangewithStart(int start)TagRangewithTag(java.lang.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
-
-
-
-
Constructor Detail
-
TagRange
public TagRange(java.lang.CharSequence tag, Range range)
-
TagRange
public TagRange(java.lang.CharSequence tag, int start, int end)
-
-