List of usage examples for org.jsoup.select NodeVisitor interface-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) {