Module servoparser

Source

Modulesยง

async_html ๐Ÿ”’
html ๐Ÿ”’
prefetch ๐Ÿ”’
xml ๐Ÿ”’

Structsยง

ElementAttribute ๐Ÿ”’
FragmentContext ๐Ÿ”’
FragmentParsingResult ๐Ÿ”’
NavigationParams ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#navigation-params This does not have the relevant fields, but mimics the intent of the struct when used in loading document spec algorithms.
NetworkDecoder ๐Ÿ”’
NetworkSink ๐Ÿ”’
ParserContext ๐Ÿ”’
The context required for asynchronously fetching a document and parsing it progressively.
ServoParser ๐Ÿ”’
The parser maintains two input streams: one for input from script through document.write(), and one for input from network.
Sink ๐Ÿ”’

Enumsยง

ParserKind ๐Ÿ”’
ParsingAlgorithm ๐Ÿ”’
Tokenizer ๐Ÿ”’

Constantsยง

_IMPL_DOMOBJECT_FOR_ServoParser ๐Ÿ”’

Functionsยง

attach_declarative_shadow_inner ๐Ÿ”’
create_element_for_token ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#create-an-element-for-the-token
insert ๐Ÿ”’