pub struct Document<'a> { /* private fields */ }
Takes xml_document and parses it according to the spec.
xml_document
Returns an iterator of UrlEntry.
UrlEntry
Uses log for logging errors in the XML.
log