Is there a way to get the parent tag based on the child tag in Jsoup ?
Eg: I want to get the tags which have an li
as child.
How can I do this ?
Is there a way to get the parent tag based on the child tag in Jsoup ?
Eg: I want to get the tags which have an li
as child.
How can I do this ?