The parent() method in org.jsoup.nodes.Element is used to retrieve the parent element of a particular element in a Document. It returns the direct parent of the selected element or null if the element does not have a parent.
Java Element.parent - 25 examples found. These are the top rated real world Java examples of org.jsoup.nodes.Element.parent extracted from open source projects. You can rate examples to help us improve the quality of examples.