Expand description
Extension traits and implementations for Element
(see minidom
crate).
§Description
OnlyChildElementExt
: provides helper to extract one and only one child of anElement
AttributeElementExt
: provides helper to extract and parse into desired type an attribute of anElement
§Examples
Follow the links to see some example:
Enums§
- Error
- Error type for
minidom_ext
Traits§
- Attribute
Element Ext - Get an attribute from an element.
- Only
Child Element Ext - Get the one and only child of an element.