Expand description
Items related to Nodes in the RealDom
Structs§
- Element
Node - A element node in the RealDom
- Owned
Attribute Discription - A discription of an attribute on a DOM node, such as
id
orhref
. - Owned
Attribute View - An attribute on a DOM node, such as
id="my-thing"
orhref="https://example.com"
. - Text
Node - A text node in the RealDom
Enums§
- Node
Type - A type of node with data specific to the node type.
- Owned
Attribute Value - The value of an attribute on a DOM node. This contains non-text values to allow users to skip parsing attribute values in some cases.
Traits§
- From
AnyValue - Something that can be converted from a borrowed Any value.