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

Method isBlank

src/main/java/org/jsoup/nodes/TextNode.java:68–70  ·  view source on GitHub ↗

Test if this text node is blank -- that is, empty or only whitespace (including newlines). @return true if this document is empty or only whitespace, false if it contains any text content.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

testBlankMethod · 0.95
hasTextMethod · 0.95
normaliseTextNodesMethod · 0.95
outerHtmlHeadMethod · 0.95

Calls 2

isBlankMethod · 0.95
getWholeTextMethod · 0.95

Tested by 1

testBlankMethod · 0.76