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

Method getNodeValue

src/main/java/org/htmlunit/html/DomNode.java:843–846  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

841 * {@inheritDoc}
842 */
843 @Override
844 public String getNodeValue() {
845 return null;
846 }
847
848 /**
849 * {@inheritDoc}

Callers 6

getTextContentMethod · 0.95
getTextMethod · 0.95
printOpeningTagMethod · 0.45
getWholeTextMethod · 0.45
createFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected