Package htmlcompiler.compilers.tags
Interface TagVisitor
- All Known Subinterfaces:
TagVisitor.HeadVisitor,TagVisitor.TailVisitor
public interface TagVisitor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidhead(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) voidtail(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth)
-
Field Details
-
NOOP
-
-
Method Details
-
head
void head(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) throws IOException, InvalidInput, NoSuchAlgorithmException, UnrecognizedFileType -
tail
void tail(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) throws Exception - Throws:
Exception
-