MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / text

Method text

src/main/java/org/jsoup/select/Elements.java:188–196  ·  view source on GitHub ↗

Get the combined text of all the matched elements. Note that it is possible to get repeats if the matched elements contain both parent elements and their own children, as the Element.text() method returns the combined text of a parent and all its children. @return string of all text: unescaped a

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

handlesTextAreaMethod · 0.95
matchesMethod · 0.45
matchesMethod · 0.45

Calls 2

appendMethod · 0.45
toStringMethod · 0.45

Tested by 3

handlesTextAreaMethod · 0.76