Required Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup

tail(_:_:)

Callback for when a node is last visited, after all of its descendants have been visited. {@code tail} can safely call {@code node.remove()}.

NodeVisitor.swift:36
func tail(_ node: Node, _ depth: Int) throws
<param>
<param>

of that will have depth 1.