Crate hatmel

Source

Structs§

Attribute
Represents an HTML attribute in the DOM tree
Element
Represents an HTML element in the DOM tree
HandleIter
Hatmel
ParentIter

Enums§

Content
Represents the node content in the DOM tree
ElementKind
Most elements are equal, except…
QuirksMode
A document’s quirks mode, for compatibility with old browsers. See quirks mode on wikipedia for more information.

Constants§

NS_DEFAULT
Empty (default) namespace
NS_HTML
The HTML namespace (xhtml)

Functions§

namespace_equals_or_html
Compare two namespaces for equality or equivalence in case of empty (default) namespace and html namespace which is the default

Type Aliases§

Handle
The node handle in the tree you can use to query the doc
LocalName
Shortcut for string caching of local names
Namespace
Shortcut for string caching of namespaces
Prefix
Shortcut for string caching of ns prefixes