Expand description
Provides the Token type.
Structs§
- Attr
Into Iter - A consuming iterator over the attributes of an
AttributeMap. - Attr
Iter - A borrowed iterator over the attributes of an
AttributeMap. - Attribute
- An HTML attribute borrowed from an
AttributeMap. - Attribute
Map - A map of HTML attributes.
- Attribute
Owned - An owned HTML attribute.
- Attribute
Trace Idx - The index of an
AttributeTracewithin anAttributeTraceList. - Doctype
- A doctype. Some examples:
- EndTag
- An HTML end/close tag, such as
</p>or</a>. - Start
Tag - An HTML start tag, such as
<p>or<a>.
Enums§
- Token
- A type for the tokens emitted by a WHATWG-compliant HTML tokenizer.