Modifier and Type | Method and Description |
---|---|
Elements |
Element.findEach(String query)
Searches descendant elements and retrieves elements that were found to match the query, however for every matching element is found, the search does not continue into that element's descendants.
|
Elements |
Elements.findEach(String query)
Searches descendant elements and retrieves elements that were found to match the query, however for every matching element is found, the search does not continue into that element's descendants.
|
Elements |
Element.findEvery(String query)
Searches all descendant elements and retrieves all elements that were found to match the query.
|
Elements |
Elements.findEvery(String query) |
Elements |
Element.getEach(String query)
Searches child elements (not all descendants) and retrieves those that
were found to match the query.
|
Elements |
Elements.getEach(String query)
Searches child elements (not all descendants) and retrieves those that
were found to match the query.
|