Package htmlcompiler.tags.jsoup
Interface TagVisitor
- All Known Subinterfaces:
TagVisitor.HeadVisitor,TagVisitor.TailVisitor
public interface TagVisitor
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTagVisitor.HeadVisitorstatic interfaceTagVisitor.TailVisitor -
Field Summary
Fields Modifier and Type Field Description static TagVisitorNOOP -
Method Summary
-
Field Details
-
Method Details
-
head
void head(Path file, org.jsoup.nodes.Element element, int depth) throws IOException, InvalidInput, NoSuchAlgorithmException, UnrecognizedFileType -
tail
- Throws:
Exception
-