rusty-man/tests/html/1.44.1/kuchiki/sidebar-items.js
Robin Krahl 628377c83b
Refactor test suite to check multiple versions
This patch refactors the test suite:
- Instead of always generating the documentation with the available
  rustdoc version, we now store generated documentation for all
  supported rustdoc versions in the test/html directory.
- Instead of using one snapshot per test case, we now use one snapshot
  per test case and rustdoc version.
2020-09-11 20:30:05 +02:00

1 line
1.2 KiB
JavaScript

initSidebarItems({"enum":[["NodeData","Node data specific to the node type."]],"fn":[["parse_html","Parse an HTML document with html5ever and the default configuration."],["parse_html_with_options","Parse an HTML document with html5ever with custom configuration."]],"mod":[["iter","Node iterators"],["traits","This module re-exports a number of traits that are useful when using Kuchiki. It can be used with:"]],"struct":[["Attribute","The non-identifying parts of an attribute"],["Attributes","Convenience wrapper around a btreemap that adds method for attributes in the null namespace."],["Doctype","Data specific to doctype nodes."],["DocumentData","Data specific to document nodes."],["ElementData","Data specific to element nodes."],["ExpandedName","https://www.w3.org/TR/REC-xml-names/#dt-expname"],["Node","A node inside a DOM-like tree."],["NodeDataRef","Holds a strong reference to a node, but dereferences to some component inside of it."],["NodeRef","A strong reference to a node."],["ParseOpts","Options for the HTML parser."],["Selector","A pre-compiled CSS Selector."],["Selectors","A pre-compiled list of CSS Selectors."],["Specificity","The specificity of a selector."]]});