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