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

Method traverse

src/main/java/org/jsoup/nodes/Node.java:529–534  ·  view source on GitHub ↗

Perform a depth-first traversal through this node and its descendants. @param nodeVisitor the visitor callbacks to perform on each node @return this node, for chaining

(NodeVisitor nodeVisitor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

setBaseUriMethod · 0.95
outerHtmlMethod · 0.45
textMethod · 0.45

Calls 2

notNullMethod · 0.95
traverseMethod · 0.95

Tested by

no test coverage detected