Uses of Interface
org.jweaver.crawler.internal.parse.DocumentParser
Packages that use DocumentParser
Package
Description
-
Uses of DocumentParser in org.jweaver.crawler
Methods in org.jweaver.crawler with parameters of type DocumentParserModifier and TypeMethodDescriptionJWeaverCrawler.Builder.parser
(DocumentParser documentParser) Sets the document parser to be used by the crawler for parsing relevant information from HTML body. -
Uses of DocumentParser in org.jweaver.crawler.internal.parse
Classes in org.jweaver.crawler.internal.parse that implement DocumentParserModifier and TypeClassDescriptionfinal class
The JWeaverDocumentParser class is responsible for parsing HTML documents to extract relevant information. -
Uses of DocumentParser in org.jweaver.crawler.internal.runner
Methods in org.jweaver.crawler.internal.runner with parameters of type DocumentParser