Uses of Class
jodd.lagarto.LagartoParserConfig
Packages that use LagartoParserConfig
Package
Description
Jodd Lagarto - fast markup language (html/xml) event-based parser.
Lagarto DOM - create cool DOM tree with Lagarto parser.
-
Uses of LagartoParserConfig in jodd.lagarto
Fields in jodd.lagarto declared as LagartoParserConfigMethods in jodd.lagarto that return LagartoParserConfigModifier and TypeMethodDescriptionLagartoParser.getConfig()Returnsconfigurationof the parser.LagartoParserConfig.setCalculatePosition(boolean calculatePosition) Resolves current position on parsing errors and for DOM elements.LagartoParserConfig.setCaseSensitive(boolean caseSensitive) Sets the case-sensitive flag for various matching.LagartoParserConfig.setDecodeHtmlEntities(boolean decodeHtmlEntities) Decodes HTML entities.LagartoParserConfig.setEnableConditionalComments(boolean enableConditionalComments) Enables detection of IE conditional comments.LagartoParserConfig.setEnableRawTextModes(boolean enableRawTextModes) Enables RAW (CDATA) and RCDATA text mode while parsing.LagartoParserConfig.setParseXmlTags(boolean parseXmlTags) Enables parsing of XML tags.Method parameters in jodd.lagarto with type arguments of type LagartoParserConfigModifier and TypeMethodDescriptionLagartoParser.configure(Consumer<LagartoParserConfig> configConsumer) Configures the parser.Constructors in jodd.lagarto with parameters of type LagartoParserConfigModifierConstructorDescriptionLagartoParser(LagartoParserConfig parserConfig, char[] input) Creates parser on char array.LagartoParser(LagartoParserConfig parserConfig, CharSequence input) Creates parser on a char sequence. -
Uses of LagartoParserConfig in jodd.lagarto.dom
Fields in jodd.lagarto.dom declared as LagartoParserConfigModifier and TypeFieldDescriptionprotected LagartoParserConfigLagartoDomBuilderConfig.parserConfigMethods in jodd.lagarto.dom that return LagartoParserConfigModifier and TypeMethodDescriptionLagartoDOMBuilder.getParserConfig()Returnsconfigurationof the internalLagartoParser.LagartoDomBuilderConfig.getParserConfig()Methods in jodd.lagarto.dom with parameters of type LagartoParserConfigModifier and TypeMethodDescriptionLagartoDomBuilderConfig.setParserConfig(LagartoParserConfig parserConfig)