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

Method getNodeValue

src/main/java/org/htmlunit/html/DomAttr.java:78–81  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

76 * {@inheritDoc}
77 */
78 @Override
79 public String getNodeValue() {
80 return getValue();
81 }
82
83 /**
84 * {@inheritDoc}

Callers 5

toStringMethod · 0.95
getTextContentMethod · 0.95
HtmlFileInputMethod · 0.95
getAttributeMethod · 0.95
getAttributeDirectMethod · 0.95

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected