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

Method classNames

src/main/java/org/jsoup/nodes/Element.java:964–970  ·  view source on GitHub ↗

Get all of the element's class names. E.g. on element }, returns a set of two elements "header", "gray". Note that modifications to this set are not pushed to the backing class attribute; use the #classNames(java.util.Set) method to persist th

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

testClassDomMethodsMethod · 0.95
testClonesClassnamesMethod · 0.95
hasClassMethod · 0.95
addClassMethod · 0.95
removeClassMethod · 0.95
toggleClassMethod · 0.95

Calls 5

classNameMethod · 0.95
notNullMethod · 0.95
joinMethod · 0.95
asListMethod · 0.80
putMethod · 0.45

Tested by 2

testClassDomMethodsMethod · 0.76
testClonesClassnamesMethod · 0.76