MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getValue

Method getValue

src/main/java/org/htmlunit/javascript/host/dom/Attr.java:114–117  ·  view source on GitHub ↗

Returns the value of this attribute. @return the value of this attribute

()

Source from the content-addressed store, hash-verified

112 * @return the value of this attribute
113 */
114 @JsxGetter
115 public String getValue() {
116 return getDomNodeOrDie().getValue();
117 }
118
119 /**
120 * Sets the value of this attribute.

Callers 15

getNodeValueMethod · 0.95
isEqualNodeMethod · 0.95
getNamespacesMethod · 0.95
initMethod · 0.45
configureGlobalThisMethod · 0.45
configureFunctionsMethod · 0.45
configureConstantsMethod · 0.45
configurePropertiesMethod · 0.45
configureSymbolsMethod · 0.45

Implementers 1

DomAttrsrc/main/java/org/htmlunit/html/DomAtt

Calls 1

getDomNodeOrDieMethod · 0.95

Tested by

no test coverage detected