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
Modifier and Type Method Description voidhead(ChecksConfig config, Path file, org.jsoup.nodes.Element element, int depth)voidtail(ChecksConfig config, Path file, org.jsoup.nodes.Element element, int depth)
-
Field Details
-
NOOP
-
-
Method Details
-
head
void head(ChecksConfig config, Path file, org.jsoup.nodes.Element element, int depth) throws IOException, InvalidInput, NoSuchAlgorithmException, UnrecognizedFileType -
tail
void tail(ChecksConfig config, Path file, org.jsoup.nodes.Element element, int depth) throws Exception- Throws:
Exception
-