Crate facet_xml_node

Crate facet_xml_node 

Source
Expand description

Raw XML element types and deserialization from Element trees.

Structs§

Element
An XML element that captures any tag name, attributes, and children.
ElementParseError
ElementParser
Parser that walks an Element tree and emits DomEvents.
ElementSerializeError
ElementSerializer
Serializer that builds an Element tree from DomSerializer callbacks.

Enums§

Content
Content that can appear inside an XML element - either child elements or text.
PathError
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.