Tag

A tag in a DUI file.

Members

Functions

opIndex
Attribute opIndex(string name)

Gets an attribute by its name.

toString
string toString(string indentation)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
Attribute[] attributes;

All attributes of a tag.

children
Tag[] children;

All children of a tag.

id
string id;

The id of the tag. This is an empty string of the tag has no id.

name
string name;

The name of the tag.

Meta