Home
last modified time | relevance | path

Searched refs:normalize_empty_elements (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/writer/
Dconfig.rs52 pub normalize_empty_elements: bool, field
108 normalize_empty_elements: true, in new()
152 normalize_empty_elements: val bool,
Demitter.rs234 if self.config.normalize_empty_elements && self.just_wrote_start_element { in fix_non_empty_element()
298 if !self.config.normalize_empty_elements { in emit_start_element()
357 if self.config.normalize_empty_elements && self.just_wrote_start_element { in emit_end_element()