Module token

Module token 

Source
Expand description

Provides the Token type.

Structs§

AttrIntoIter
A consuming iterator over the attributes of an AttributeMap.
AttrIter
A borrowed iterator over the attributes of an AttributeMap.
Attribute
An HTML attribute borrowed from an AttributeMap.
AttributeMap
A map of HTML attributes.
AttributeOwned
An owned HTML attribute.
AttributeTraceIdx
The index of an AttributeTrace within an AttributeTraceList.
Doctype
A doctype. Some examples:
EndTag
An HTML end/close tag, such as </p> or </a>.
StartTag
An HTML start tag, such as <p> or <a>.

Enums§

Token
A type for the tokens emitted by a WHATWG-compliant HTML tokenizer.