For example, given HTML {@code
Hello there now!
}, {@code p.ownText()} returns {@code "Hello now!"}, whereas {@code p.text()} returns {@code "Hello there now!"}. Note that the text within the {@code b} element is not returned, as it is not a direct child of the {@code p} element. @return unencoded text, or empty string if none. @see #text()
|
|
|
|
|
|
|
|
|
|