elemi.element

This module holds the Element type, used and emitted by elemi.html and elemi.xml.

Members

Functions

elemTrusted
Element elemTrusted(string code)

Create an element from trusted HTML/XML code.

elems
Element elems(T content)

Creates an element to function as an element collection to place within other elements. For Elemi, it acts like an element, so it can accept child nodes, and can be appended to, but it is invisible for the generated document.

Structs

Element
struct Element

Represents an HTML element. Elements can be created using elem.

Meta