Uses of Interface
org.nibor.autolink.Span
Packages that use Span
Package
Description
Extract links such as URLs and email addresses from plain text (see
LinkExtractor
) and
process the text by rendering the links (see Autolink
).-
Uses of Span in org.nibor.autolink
Subinterfaces of Span in org.nibor.autolinkMethods in org.nibor.autolink that return SpanModifier and TypeMethodDescriptionLinkExtractor.SpanIterator.next()
private Span
LinkExtractor.SpanIterator.nextTextSpan
(int endIndex) Methods in org.nibor.autolink that return types with arguments of type SpanModifier and TypeMethodDescriptionLinkExtractor.extractSpans
(CharSequence input) Extract spans from the input text. -
Uses of Span in org.nibor.autolink.internal
Classes in org.nibor.autolink.internal that implement Span