Module xml

Module xml 

Source

Re-exports§

pub use error::ParseError;
pub use error::ParseErrors;

Modules§

error

Structs§

Marker
Parsed
ParsedEntry
ParsedMap
Parsing
ParsingEntry
ParsingMap

Enums§

Once

Traits§

Errors
Id

Functions§

duplicate_attribute
Raise a Duplicate attribute error
duplicate_element
Raise a Duplicate element error
element_name
Used when iterating over node children and you are only expecting elements.
lower_name_attribute_in_element
Parse a single lowercase name of the form <element attribute=''/>
missing_attribute
Raise a Missing attribute error
missing_element
Raise a Missing element error
missing_element_range
Raise a Missing element error
parse
string_in_element
Parse and return a string in an element
string_in_element_ignore_attributes
Parse and return a string in an element
unexpected_attribute
Raise an ‘Unexpected attribute’ error
unexpected_element
Raise an ‘Unexpected element’ error
unexpected_element_range
Raise an ‘Unexpected element’ error