[][src]Module html5ever::interface

Types for tag and attribute names, and tree-builder functionality.

Modules

tree_builder

This module contains functionality for managing the DOM, including adding/removing nodes.

Structs

Attribute

A tag attribute, e.g. class="test" in <div class="test" ...>.

ExpandedName

An expanded name, containing the tag and the namespace.

QualName

A fully qualified name (with a namespace), used to depict names of tags and attributes.