T - Expected typepublic interface ElementConverter<T>
element.Selector.converter()| Modifier and Type | Method and Description |
|---|---|
T |
convert(org.jsoup.nodes.Element node,
Selector selector)
Creates an object of type
T based from the provided node. |