public class Configuration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.Builder
Builder to help create configuration.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
allow_noncompliant_unquoted_attribute_values |
boolean |
allow_optimal_entities |
boolean |
allow_removing_spaces_between_attributes |
boolean |
keep_closing_tags |
boolean |
keep_comments |
boolean |
keep_html_and_head_opening_tags |
boolean |
keep_input_type_text_attr |
boolean |
keep_ssi_comments |
boolean |
minify_css |
boolean |
minify_doctype |
boolean |
minify_js |
boolean |
preserve_brace_template_syntax |
boolean |
preserve_chevron_percent_template_syntax |
boolean |
remove_bangs |
boolean |
remove_processing_instructions |
public final boolean allow_noncompliant_unquoted_attribute_values
public final boolean allow_optimal_entities
public final boolean allow_removing_spaces_between_attributes
public final boolean keep_closing_tags
public final boolean keep_comments
public final boolean keep_html_and_head_opening_tags
public final boolean keep_input_type_text_attr
public final boolean keep_ssi_comments
public final boolean minify_css
public final boolean minify_doctype
public final boolean minify_js
public final boolean preserve_brace_template_syntax
public final boolean preserve_chevron_percent_template_syntax
public final boolean remove_bangs
public final boolean remove_processing_instructions
Copyright © 2025. All rights reserved.