Element

Undocumented in source.

Members

Functions

attr
Attribute* attr(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
child
Element* child(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
text
Text* text(string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
Attribute*[] attributes;
Undocumented in source.
children
Element*[] children;
Undocumented in source.
doc
Doc* doc;
Undocumented in source.
name
string name;
Undocumented in source.
parent
Element* parent;
Undocumented in source.
textContent
Text* textContent;
Undocumented in source.

Meta