Java org.jsoup.select NodeTraversor fields, constructors, methods, implement or subclass

Example usage for Java org.jsoup.select NodeTraversor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jsoup.select NodeTraversor.

The text is from its open source code.

Constructor

NodeTraversor(NodeVisitor visitor)
Create a new traversor.

Method

voidtraverse(Node root)
Start a depth-first traverse of the root and all of its descendants.