Expand description
Raw XML element types and deserialization from Element trees.
Structs§
- Element
- An XML element that captures any tag name, attributes, and children.
- Element
Parse Error - Element
Parser - Parser that walks an Element tree and emits DomEvents.
- Element
Serialize Error - Element
Serializer - Serializer that builds an Element tree from DomSerializer callbacks.
Enums§
- Content
- Content that can appear inside an XML element - either child elements or text.
- Path
Error - Error when navigating to a path in an Element tree.
Functions§
- from_
element - Deserialize from an Element tree into a typed value.
- to_
element - Serialize a typed value into an Element tree.