Re-exports§
pub use error::ParseError;pub use error::ParseErrors;
Modules§
Structs§
Enums§
Traits§
Functions§
- duplicate_
attribute - Raise a
Duplicate attributeerror - duplicate_
element - Raise a
Duplicate elementerror - 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 attributeerror - missing_
element - Raise a
Missing elementerror - missing_
element_ range - Raise a
Missing elementerror - 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