public interface AutoLinker
| Modifier and Type | Method and Description |
|---|---|
List<org.jsoup.nodes.Node> |
createLinks(org.jsoup.nodes.TextNode textNode)
Gets the content of
node and tries to find linkable content. |
List<org.jsoup.nodes.Node> createLinks(org.jsoup.nodes.TextNode textNode)
node and tries to find linkable content.
If content is found, create new text nodes before and after the content
and a new anchor element with the new link
textNode - The text node which may contain linkable textstextNodeCopyright © 2010–2016 michael-simons.eu. All rights reserved.