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

Method head

src/main/java/org/jsoup/select/NodeVisitor.java:20–20  ·  view source on GitHub ↗

Callback for when a node is first visited. @param node the node being visited. @param depth the depth of the node, relative to the root node. E.g., the root node has depth 0, and a child node of that will have depth 1.

(Node node, int depth)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

traverseMethod · 0.65

Implementers 8

OuterHtmlVisitorsrc/main/java/org/jsoup/nodes/Node.jav
FormattingVisitorsrc/main/java/org/jsoup/examples/HtmlT
Accumulatorsrc/main/java/org/jsoup/select/Collect
CleaningVisitorsrc/main/java/org/jsoup/safety/Cleaner
NodeTestsrc/test/java/org/jsoup/nodes/NodeTest
ElementsTestsrc/test/java/org/jsoup/select/Element
Nodesrc/main/java/org/jsoup/nodes/Node.jav
Elementsrc/main/java/org/jsoup/nodes/Element.

Calls

no outgoing calls

Tested by

no test coverage detected