Home
last modified time | relevance | path

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

/external/rust/crates/xml-rs/src/writer/
Dconfig.rs53 pub normalize_empty_elements: bool, field
108 normalize_empty_elements: true, in new()
152 normalize_empty_elements: val bool,
Demitter.rs245 if self.config.normalize_empty_elements && self.just_wrote_start_element { in fix_non_empty_element()
309 if !self.config.normalize_empty_elements { in emit_start_element()
366 if self.config.normalize_empty_elements && self.just_wrote_start_element { in emit_end_element()
/external/rust/crates/xml-rs/tests/
Devent_writer.rs99 .normalize_empty_elements(false) in writing_empty_elements_without_normalizing()