elemi.xml

Undocumented in source.

Public Imports

elemi.attribute
public import elemi.attribute;
Undocumented in source.
elemi.element
public import elemi.element;
Undocumented in source.

Members

Aliases

add
alias add = addX
Undocumented in source.
elem
alias elem = elemX
Undocumented in source.

Functions

addX
Element addX(Element parent, Ts args)

Add a new node as a child of this node.

addX
Element addX(Element parent, Ts args)
Undocumented in source. Be warned that the author may not have intended to support it.
elemX
Element elemX(Ts content)
Element elemX(string[string] attributes, T content)
Element elemX(T content)

Create an XML element.

Templates

addX
template addX(Ts...)
Undocumented in source.

Meta