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

Method createShell

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

Create a valid, empty shell of a document, suitable for adding more elements to. @param baseUri baseUri of document @return document with html, head, and body elements.

(String baseUri)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

parseBodyFragmentMethod · 0.95
cleanMethod · 0.95
isValidMethod · 0.95

Calls 2

notNullMethod · 0.95
appendElementMethod · 0.95

Tested by

no test coverage detected