Searched defs:ParserConfig (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/xml-rs/src/reader/ |
| D | config.rs | 12 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/ |
| D | event_reader.rs | 492 fn test(input: &[u8], output: &[u8], config: ParserConfig, test_position: bool) { in test()
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | healthcare.v1.json | 6092 "ParserConfig": { object
|
| D | healthcare.v1beta1.json | 7352 "ParserConfig": { object
|