| Changed Methods |
Element
child(
int)
|
Documentation changed from old to new. |
Get a child element of this element, by its 0-based index number. |
Elements
children()
|
Documentation changed from old to new. |
Get this element's child elements. |
String
cssSelector()
|
Documentation changed from old to new. |
Get a CSS selector that will uniquely select this element. |
List
dataNodes()
|
Documentation changed from old to new. |
Get this element's child data nodes. |
Element
nextElementSibling()
|
Documentation changed from old to new. |
Gets the next sibling element of this element. |
Elements
select(
String)
|
Documentation changed from old to new. |
Find elements that match the Selector CSS query, with this element as the starting context. |
List
textNodes()
|
Documentation changed from old to new. |
Get this element's child text nodes. |