Uses of Interface
org.nibor.autolink.Span
-
Packages that use Span Package Description org.nibor.autolink Extract links such as URLs and email addresses from plain text (seeLinkExtractor) and process the text by rendering the links (seeAutolink).org.nibor.autolink.internal -
-
Uses of Span in org.nibor.autolink
Subinterfaces of Span in org.nibor.autolink Modifier and Type Interface Description interfaceLinkSpanInformation for an extracted link.Methods in org.nibor.autolink that return Span Modifier and Type Method Description SpanLinkExtractor.SpanIterator. next()private SpanLinkExtractor.SpanIterator. nextTextSpan(int endIndex)Methods in org.nibor.autolink that return types with arguments of type Span Modifier and Type Method Description java.lang.Iterable<Span>LinkExtractor. extractSpans(java.lang.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 Modifier and Type Class Description classLinkSpanImplclassSpanImpl
-