Example usage for org.jsoup.select NodeVisitor interface-usage

List of usage examples for org.jsoup.select NodeVisitor interface-usage

Introduction

In this page you can find the example usage for org.jsoup.select NodeVisitor interface-usage.

Usage

From source file org.jsweet.input.typescriptdef.visitor.DocFiller.java

class MdnTableFormatGrabber implements NodeVisitor {

    private Map<String, List<Declaration>> members = new HashMap<>();
    private DocFiller docFiller;

    public MdnTableFormatGrabber(DocFiller docFiller, TypeDeclaration typeDeclaration) {