(&mut self)
| 2159 | } |
| 2160 | |
| 2161 | pub fn get_document(&mut self) -> Document<'m> { |
| 2162 | return self.doc; |
| 2163 | } |
| 2164 | |
| 2165 | pub fn match_pattern<T:TreeOrString<'c, 'm, T>>(&'r mut self, mathml: Element<'c>) -> Result<T> { |
| 2166 | // debug!("Looking for a match for: \n{}", mml_to_string(&mathml)); |
no outgoing calls
no test coverage detected