pub fn parse(input: &str) -> Vec<Event>
Parse a complete document to a Vec<Event> (convenience over the streaming API).
Vec<Event>