Configuration
Fine-tune the parser
LagartoParserConfig cfg = new LagartoParserConfig().setCaseSensitive(true);
LagartoParser lagartoParser = new LagartoParser(cfg, "<html>");LagartoParser lagartoParser =
new LagartoParser("<html>")
.configure(cfg -> {
cfg.setCaseSensitive(true);
});calculatePosition
enableConditionalComments
caseSensitive
parseXmlTags
enableRawTextModes
textBufferSize
Last updated
Was this helpful?