elemi

Undocumented in source.

Modules

attribute
module elemi.attribute

Holds the Attribute type which can be passed to elem to add attributes to XML and HTML elements.

element
module elemi.element

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

generator
module elemi.generator

This module provides syntax for generating HTML and XML documents from inside of D. It supports embedded control flow (if, foreach, etc) and writing to output ranges.

html
module elemi.html

This module defines the old HTML syntax for Elemi.

tests
module elemi.tests

Additonal tests, with no global imports.

wrapper
module elemi.wrapper

Wrappers allow defining custom HTML/XML structures that take children as content.

xml
module elemi.xml

This module defines the old Elemi syntax for generating XML code.

Public Imports

elemi.xml
public import elemi.xml;
Undocumented in source.
elemi.html
public import elemi.html;
Undocumented in source.
elemi.element
public import elemi.element;
Undocumented in source.
elemi.generator
public import elemi.generator;
Undocumented in source.
elemi.attribute
public import elemi.attribute;
Undocumented in source.
elemi.wrapper
public import elemi.wrapper;
Undocumented in source.

Members

Aliases

add
alias add = elemi.html.add
Undocumented in source.
elem
alias elem = elemi.html.elem
Undocumented in source.

Meta