Searched defs:PullParser (Results 1 – 10 of 10) sorted by relevance
60 pub(crate) struct PullParser { struct61 config: ParserConfig2,62 lexer: Lexer,63 st: State,64 state_after_reference: State,65 buf: String,68 entities: HashMap<String, String>,70 nst: NamespaceStack,95 impl PullParser { implementation98 pub fn new(config: impl Into<ParserConfig2>) -> PullParser { in new()[all …]
6 impl PullParser { impl
7 impl PullParser { implementation
7 impl PullParser { impl
10 impl PullParser { impl
9 impl PullParser { implementation
11 impl PullParser { implementation
12 impl PullParser { impl