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