↓ 10 callersMethodrelaxedThis whitelist allows a full range of text and structural body HTML: <code>a, b, blockquote, br, caption, cite,
code, col, colgroup, dd, dl, dt,
src/main/java/org/jsoup/safety/Whitelist.java:132
↓ 9 callersMethodbasicThis whitelist allows a fuller range of text nodes: <code>a, b, blockquote, br, cite, code, dd, dl, dt, em, i, li,
ol, p, pre, q, small, strike,
src/main/java/org/jsoup/safety/Whitelist.java:89
↓ 9 callersMethodisBlankTests if a string is blank: null, emtpy, or only whitespace (" ", \r\n, \t, etc) @param string string to test @return if string is blank
src/main/java/org/jsoup/helper/StringUtil.java:68