pub type Elements<'a> = Vec<Element<'a>>;
Represents a list of unstructured XML elements.
pub struct Elements<'a> { /* private fields */ }