Interface TagVisitor

All Known Subinterfaces:
TagVisitor.HeadVisitor, TagVisitor.TailVisitor

public interface TagVisitor
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  TagVisitor.HeadVisitor  
    static interface  TagVisitor.TailVisitor  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static TagVisitor NOOP  
  • Method Summary

    Modifier and Type Method Description
    void head​(ChecksConfig config, Path file, org.jsoup.nodes.Element element, int depth)  
    void tail​(ChecksConfig config, Path file, org.jsoup.nodes.Element element, int depth)