Uses of Class
jodd.lagarto.LagartoParserConfig
-
Packages that use LagartoParserConfig 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 LagartoParserConfig in jodd.lagarto
Fields in jodd.lagarto declared as LagartoParserConfig Modifier and Type Field Description protected LagartoParserConfigLagartoParser. configMethods in jodd.lagarto that return LagartoParserConfig Modifier and Type Method Description LagartoParserConfigLagartoParser. getConfig()Returnsconfigurationof the parser.LagartoParserConfigLagartoParserConfig. setCalculatePosition(boolean calculatePosition)Resolves current position on parsing errors and for DOM elements.LagartoParserConfigLagartoParserConfig. setCaseSensitive(boolean caseSensitive)Sets the case-sensitive flag for various matching.LagartoParserConfigLagartoParserConfig. setDecodeHtmlEntities(boolean decodeHtmlEntities)Decodes HTML entities.LagartoParserConfigLagartoParserConfig. setEnableConditionalComments(boolean enableConditionalComments)Enables detection of IE conditional comments.LagartoParserConfigLagartoParserConfig. setEnableRawTextModes(boolean enableRawTextModes)Enables RAW (CDATA) and RCDATA text mode while parsing.LagartoParserConfigLagartoParserConfig. setParseXmlTags(boolean parseXmlTags)Enables parsing of XML tags.Method parameters in jodd.lagarto with type arguments of type LagartoParserConfig Modifier and Type Method Description LagartoParserLagartoParser. configure(java.util.function.Consumer<LagartoParserConfig> configConsumer)Configures the parser.Constructors in jodd.lagarto with parameters of type LagartoParserConfig Constructor Description LagartoParser(LagartoParserConfig parserConfig, char[] input)Creates parser on char array.LagartoParser(LagartoParserConfig parserConfig, java.lang.CharSequence input)Creates parser on a char sequence. -
Uses of LagartoParserConfig in jodd.lagarto.dom
Fields in jodd.lagarto.dom declared as LagartoParserConfig Modifier and Type Field Description protected LagartoParserConfigLagartoDomBuilderConfig. parserConfigMethods in jodd.lagarto.dom that return LagartoParserConfig Modifier and Type Method Description LagartoParserConfigLagartoDOMBuilder. getParserConfig()Returnsconfigurationof the internalLagartoParser.LagartoParserConfigLagartoDomBuilderConfig. getParserConfig()Methods in jodd.lagarto.dom with parameters of type LagartoParserConfig Modifier and Type Method Description LagartoDomBuilderConfigLagartoDomBuilderConfig. setParserConfig(LagartoParserConfig parserConfig)
-