Crate xml_language_tag_parser

Crate xml_language_tag_parser 

Source

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§

ParseError
Enum for handling different types of parsing errors.
Rule

Functions§

parse_xml
Parses the input XML string and returns a vector of Elements.