Enum elementtree::ParseError
[−]
[src]
pub enum ParseError {
MalformedXml(Error),
UnexpectedEvent(XmlEvent),
}Errors that can occur parsing XML
Variants
MalformedXml(Error)The XML is invalid
UnexpectedEvent(XmlEvent)This library is unable to process this XML. This can occur if, for example, the XML contains processing instructions.