Attribute

A attribute of a tag. It contains an iddentifier and a value.

Members

Functions

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

Variables

name
string name;

The name of the attribute.

type
AttributeType type;

The type of the attribute.

value
string value;

The value of the attribute.

Meta