Uses of Class
jodd.lagarto.LagartoParser
Packages that use LagartoParser
Package
Description
Jodd Lagarto - fast markup language (html/xml) event-based parser.
Lagarto DOM - create cool DOM tree with Lagarto parser.
-
Uses of LagartoParser in jodd.lagarto
Methods in jodd.lagarto that return LagartoParserModifier and TypeMethodDescriptionLagartoParser.configure(Consumer<LagartoParserConfig> configConsumer) Configures the parser. -
Uses of LagartoParser in jodd.lagarto.dom
Methods in jodd.lagarto.dom with parameters of type LagartoParserModifier and TypeMethodDescriptionprotected DocumentLagartoDOMBuilder.parseWithLagarto(LagartoParser lagartoParser) Parses the content using provided lagarto parser.