Package org.nibor.autolink
Interface Span
-
- All Known Subinterfaces:
LinkSpan
- All Known Implementing Classes:
LinkSpanImpl
,SpanImpl
public interface Span
A reference to a piece of the input text, either a link (seeLinkSpan
) or plain text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBeginIndex()
int
getEndIndex()
-