Attribute

Represents an XML/HTML attribute. It can be easily created with the attr function.

Alias This

toString

Members

Functions

opAssign
Attribute opAssign(string[] newValue)
Attribute opAssign(InterpolationHeader , Ts values, InterpolationFooter )

Assign a new value to this attribute. Retains the original key.

opAssign
Attribute opAssign(string newValue)

Assign a new value to this attribute. Retains the original key.

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

Variables

name
string name;

Name of the attribute.

value
string value;

Value assigned to the attribute.

Meta