| Changed Methods |
List
textNodes()
|
Documentation changed from old to new. |
Get this element's child text nodes. |
Elements
getElementsByAttributeValueMatching(
String,
String
)
|
Documentation changed from old to new. |
Find elements that have attributes whose values match the supplied regular expression. |
Elements
getElementsMatchingOwnText(
String)
|
Documentation changed from old to new. |
Find elements whose text matches the supplied regular expression. |
Elements
getElementsMatchingText(
String)
|
Documentation changed from old to new. |
Find elements whose text matches the supplied regular expression. |