Structs§
- Attribute
- Represents an attribute in an XML tag with a name and value.
- Element
- Represents an XML element, which contains a tag name, attributes, content, and optional text.
- XMLParser
- A parser for XML documents using Pest grammar.
Enums§
- Parse
Error - Enum for handling different types of parsing errors.
- Rule
Functions§
- parse_
xml - Parses the input XML string and returns a vector of
Elements.