Home
last modified time | relevance | path

Searched defs:ParserConfig (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/xml-rs/src/reader/
Dconfig.rs12 pub struct ParserConfig { struct
24 pub trim_whitespace: bool,
32 pub whitespace_to_characters: bool,
41 pub cdata_to_characters: bool,
46 pub ignore_comments: bool,
57 pub coalesce_characters: bool,
65 pub extra_entities: HashMap<String, String>,
93 impl ParserConfig { implementation
159 …ub fn add_entity<S: Into<String>, T: Into<String>>(mut self, entity: S, value: T) -> ParserConfig { in add_entity()
165 impl Default for ParserConfig { implementation
/external/rust/crates/xml-rs/tests/
Devent_reader.rs492 fn test(input: &[u8], output: &[u8], config: ParserConfig, test_position: bool) { in test()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dhealthcare.v1.json6092 "ParserConfig": { object
Dhealthcare.v1beta1.json7352 "ParserConfig": { object