Interface TagVisitor

All Known Subinterfaces:
TagVisitor.HeadVisitor, TagVisitor.TailVisitor

public interface TagVisitor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static interface 
     
  • Field Summary

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

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