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

Method valueOf

src/main/java/org/jsoup/parser/Tag.java:48–65  ·  view source on GitHub ↗

Get a Tag by name. If not previously defined (unknown), returns a new generic tag, that can do anything. Pre-defined tags (P, DIV etc) will be ==, but unknown tags are not registered and will only .equals(). @param tagName Name of tag, e.g. "p". Case insensitive. @return The tag, either define

(String tagName)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

isCaseInsensitiveMethod · 0.95
trimsMethod · 0.95
equalityMethod · 0.95
divSemanticsMethod · 0.95
pSemanticsMethod · 0.95
imgSemanticsMethod · 0.95
defaultSemanticsMethod · 0.95
valueOfChecksNotNullMethod · 0.95
valueOfChecksNotEmptyMethod · 0.95
handlesBaseUriMethod · 0.95
beforeMethod · 0.95
afterMethod · 0.95

Calls 4

notNullMethod · 0.95
notEmptyMethod · 0.95
trimMethod · 0.80
getMethod · 0.65

Tested by 15

isCaseInsensitiveMethod · 0.76
trimsMethod · 0.76
equalityMethod · 0.76
divSemanticsMethod · 0.76
pSemanticsMethod · 0.76
imgSemanticsMethod · 0.76
defaultSemanticsMethod · 0.76
valueOfChecksNotNullMethod · 0.76
valueOfChecksNotEmptyMethod · 0.76
handlesBaseUriMethod · 0.76
beforeMethod · 0.76
afterMethod · 0.76