Interface TagVisitor.HeadVisitor

All Superinterfaces:
TagVisitor
Enclosing interface:
TagVisitor

public static interface TagVisitor.HeadVisitor
extends TagVisitor
  • Nested Class Summary

    Nested classes/interfaces inherited from interface htmlcompiler.tags.jsoup.TagVisitor

    TagVisitor.HeadVisitor, TagVisitor.TailVisitor
  • Field Summary

    Fields inherited from interface htmlcompiler.tags.jsoup.TagVisitor

    NOOP
  • Method Summary

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

    Methods inherited from interface htmlcompiler.tags.jsoup.TagVisitor

    head
  • Method Details

    • tail

      default void tail​(Path file, org.jsoup.nodes.Element element, int depth)
      Specified by:
      tail in interface TagVisitor