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

Method getWholeText

src/main/java/org/htmlunit/html/DomText.java:98–103  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

96 * {@inheritDoc}
97 */
98 @Override
99 public String getWholeText() {
100 // I couldn't find a way to have a nearby EntityReference node (either sibling or parent)
101 // if this is found, have a look at xerces TextImpl.
102 return getNodeValue();
103 }
104
105 /**
106 * {@inheritDoc}

Callers 1

handleCharactersMethod · 0.45

Calls 1

getNodeValueMethod · 0.45

Tested by

no test coverage detected