MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / normalise

Method normalise

src/main/java/org/jsoup/nodes/Document.java:102–121  ·  view source on GitHub ↗

Normalise the document. This happens after the parse phase so generally does not need to be called. Moves any text content that is not in the body element into the body. @return this document after normalisation

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

appendElementMethod · 0.95
headMethod · 0.95
prependElementMethod · 0.95
bodyMethod · 0.95
normaliseTextNodesMethod · 0.95
normaliseStructureMethod · 0.95

Tested by

no test coverage detected