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

Method normalizeDocument

src/main/java/org/htmlunit/SgmlPage.java:228–231  ·  view source on GitHub ↗

{@inheritDoc} The current implementation just DomNode#normalize()s the document element.

()

Source from the content-addressed store, hash-verified

226 * The current implementation just {@link DomNode#normalize()}s the document element.
227 */
228 @Override
229 public void normalizeDocument() {
230 getDocumentElement().normalize();
231 }
232
233 /**
234 * {@inheritDoc}

Callers

nothing calls this directly

Calls 2

getDocumentElementMethod · 0.95
normalizeMethod · 0.45

Tested by

no test coverage detected