Module html5ever_arcdom

Module html5ever_arcdom 

Source
Available on crate feature xml5ever only.

Structs§

ArcDom
The DOM itself; the result of parsing.
AtomicAttribute
Node
A DOM node.
SerializableHandle

Enums§

NodeData
SerializeOp 🔒

Functions§

append 🔒
Append a parentless node to another nodes’ children
append_to_existing_text 🔒
get_parent_and_index 🔒
If the node has a parent, get it and this node’s position in its children
remove_from_parent 🔒

Type Aliases§

Handle
Reference to a DOM node.
WeakHandle
Weak reference to a DOM node, used for parent pointers.