Uses of Package
jodd.lagarto
Packages that use jodd.lagarto
Package
Description
Jodd Lagarto - fast markup language (html/xml) event-based parser.
Various useful Lagarto tag adapters that manipulate HTML content.
Lagarto DOM - create cool DOM tree with Lagarto parser.
Some visitor implementations.
-
Classes in jodd.lagarto used by jodd.lagartoClassDescriptionScanner over an input that consist of characters.Current position.DOCTYPE tag information.HTML/XML content parser/tokenizer using
TagVisitorfor callbacks.Since escaping states inside the SCRIPT tag are rare, we want to use them lazy, only when really needed.Configuration forLagartoParser.Implementation ofDoctypeused during parsing.Reusable, parsedtagimplementation.Parsing state.Tag definition.Tag type.Handler that receives callbacks as content is parsed. -
Classes in jodd.lagarto used by jodd.lagarto.adapterClassDescriptionTag definition.Tag adapter.Handler that receives callbacks as content is parsed.
-
Classes in jodd.lagarto used by jodd.lagarto.domClassDescriptionDOCTYPE tag information.Lagarto exception.HTML/XML content parser/tokenizer using
TagVisitorfor callbacks.Configuration forLagartoParser.Tag definition.Handler that receives callbacks as content is parsed. -
Classes in jodd.lagarto used by jodd.lagarto.visitorClassDescriptionDOCTYPE tag information.Tag definition.Handler that receives callbacks as content is parsed.