class NodeTraversor
s9SwiftSoup13NodeTraversorC
2UVX5
import SwiftSoup
init(_ visitor: NodeVisitor)
Create a new traversor.
func traverse(_ root: Node?) throws
Start a depth-first traverse of the root and all of its descendants.