MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / put

Method put

src/main/java/org/htmlunit/html/DomElement.java:1825–1829  ·  view source on GitHub ↗

{@inheritDoc}

(final String key, final DomAttr value)

Source from the content-addressed store, hash-verified

1823 * {@inheritDoc}
1824 */
1825 @Override
1826 public DomAttr put(final String key, final DomAttr value) {
1827 final String name = fixName(key);
1828 return map_.put(name, value);
1829 }
1830
1831 /**
1832 * {@inheritDoc}

Callers 15

caseSensitiveMethod · 0.95
caseInSensitiveMethod · 0.95
setNamedItemMethod · 0.95
setNamedItemNSMethod · 0.95
putAllMethod · 0.95
decodeFormFieldsMethod · 0.45
setUserDataMethod · 0.45
DoTypeProcessorClass · 0.45
DomElementMethod · 0.45
replaceStyleAttributeMethod · 0.45

Calls 1

fixNameMethod · 0.95

Tested by 4

caseSensitiveMethod · 0.76
caseInSensitiveMethod · 0.76