Package htmlcompiler.compilers.tags
Interface TagVisitor.HeadVisitor
- All Superinterfaces:
TagVisitor
- Enclosing interface:
- TagVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from interface htmlcompiler.compilers.tags.TagVisitor
TagVisitor.HeadVisitor, TagVisitor.TailVisitor -
Field Summary
Fields inherited from interface htmlcompiler.compilers.tags.TagVisitor
NOOP -
Method Summary
Modifier and TypeMethodDescriptiondefault voidtail(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) Methods inherited from interface htmlcompiler.compilers.tags.TagVisitor
head
-
Method Details
-
tail
- Specified by:
tailin interfaceTagVisitor
-