KsoupTextAdapter
Adapter exposing a string derived from a KSoup Element — for example the result of ownText(), text(), wholeText(), wholeOwnText(), or html() — as a string-only com.commonsware.kpointer.adapter.KpaPrimitive.
Extends StringKpaPrimitive: all type predicates except isString are false, and all numeric/boolean accessors return null. stringOrNull and renderedString return backing.
Parameters
backing
The derived string value.